1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Updated dev info

This commit is contained in:
Cameron
2021-11-23 09:27:42 -08:00
parent fb420ccfb1
commit 1f5ec4038c
3 changed files with 63 additions and 28 deletions

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='https://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 <a href='".e_HTTP."credits.php'>released</a> under the terms of the GNU GPL License.";
$text = deftrue('SITEDISCLAIMER',$default);