From f785d56b784af6363dee569ee4a318ce9498ca03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 20:02:42 +0300 Subject: [PATCH] Manual Merge of PR 114 STEP 1 --- config.php.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.php.template b/config.php.template index 9a9f8da..f0ec1b9 100644 --- a/config.php.template +++ b/config.php.template @@ -35,6 +35,11 @@ define("POLICY_URL","##policy_url##"); define("INSTALL_OVERRIDE", false); define("DEFAULT_LANGUAGE", "en_GB"); define("CUSTOM_LOGO_URL",""); // This will use the default logo if left empty +define("COPYRIGHT_TEXT",""); // Leave this empty if you don't want your copyright displayed +// Without COPYRIGHT_TEXT Set +// 2020 Server Status Project Contributors +// With COPYRIGHT_TEXT Set +// 2020 Server Status Project Contributors and COPYRIGHT_TEXT //Stop editing require("classes/locale-negotiator.php");