mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Default SITEDISCLAIMER: HTTPS e107.org link
This commit is contained in:
commit
fee3c0d237
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user