From b505a745022193c224a216aaf024b51226dd5f7a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 16 Dec 2017 13:48:24 -0700 Subject: [PATCH] s/LICENSE_TEXT/FOOTER_TEXT --- app.php | 2 +- index.php | 2 +- settings.template.php | 10 +++------- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app.php b/app.php index 1bee8c9..577fc66 100644 --- a/app.php +++ b/app.php @@ -171,7 +171,7 @@ END; ?> diff --git a/index.php b/index.php index de40ab0..5c0a31e 100644 --- a/index.php +++ b/index.php @@ -146,7 +146,7 @@ if (checkLoginServer()) { diff --git a/settings.template.php b/settings.template.php index 378add3..e046119 100644 --- a/settings.template.php +++ b/settings.template.php @@ -47,10 +47,6 @@ define('RECAPTCHA_SECRET_KEY', ''); // See lang folder for language options define('LANGUAGE', "en_us"); -////////////////////////////////////////////////////////////// -// /!\ Warning: Changing these values may /!\ // -// /!\ violate the terms of your license agreement! /!\ // -////////////////////////////////////////////////////////////// -define("LICENSE_TEXT", "Free Software: MIT License"); -define("COPYRIGHT_NAME", "Netsyms Technologies"); -////////////////////////////////////////////////////////////// \ No newline at end of file + +define("FOOTER_TEXT", "Free Software: MIT License"); +define("COPYRIGHT_NAME", "Netsyms Technologies"); \ No newline at end of file