1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Default SITEDISCLAIMER: HTTPS e107.org link

This commit is contained in:
Nick L
2020-12-27 11:28:15 +01:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
*/
function sc_sitedisclaimer()
{
$default = "Proudly powered by <a href='http://e107.org'>e107</a> which is released under the terms of the GNU GPL License.";
$default = "Proudly powered by <a href='https://e107.org'>e107</a> which is released under the terms of the GNU GPL License.";
$text = deftrue('SITEDISCLAIMER',$default);