From 47939464fd9d47642c4831bf645a868f31cacdfe Mon Sep 17 00:00:00 2001 From: Jimako Date: Sun, 27 Dec 2020 10:37:38 +0100 Subject: [PATCH] update e107 link --- e107_plugins/siteinfo/e_shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/siteinfo/e_shortcode.php b/e107_plugins/siteinfo/e_shortcode.php index fc9507be6..46f8bc3ab 100644 --- a/e107_plugins/siteinfo/e_shortcode.php +++ b/e107_plugins/siteinfo/e_shortcode.php @@ -51,7 +51,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin. */ function sc_sitedisclaimer() { - $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; + $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; $text = deftrue('SITEDISCLAIMER',$default);