1
0
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:
Nick L 2020-12-27 11:28:15 +01:00 committed by GitHub
commit fee3c0d237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);