mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Default SITEDISCLAIMER: HTTPS e107.org link
This commit is contained in:
@@ -51,7 +51,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
|
|||||||
*/
|
*/
|
||||||
function sc_sitedisclaimer()
|
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);
|
$text = deftrue('SITEDISCLAIMER',$default);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user