mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-23 20:58:46 -05:00
Fix broken logo on install
This commit is contained in:
parent
04c941257a
commit
5739794799
@ -4,6 +4,8 @@ define("WEB_URL", "."); //Website name
|
|||||||
define("NAME", _('Status page')); //Website name
|
define("NAME", _('Status page')); //Website name
|
||||||
define("MINIMUM_PHP_VERSION", "5.4.0");
|
define("MINIMUM_PHP_VERSION", "5.4.0");
|
||||||
define("POLICY_URL", "policy.php"); //Default policy URL
|
define("POLICY_URL", "policy.php"); //Default policy URL
|
||||||
|
define("CUSTOM_LOGO_URL","");
|
||||||
|
define("COPYRIGHT_TEXT","");
|
||||||
require_once("classes/locale-negotiator.php");
|
require_once("classes/locale-negotiator.php");
|
||||||
|
|
||||||
$negotiator = new LocaleNegotiator("en_GB");
|
$negotiator = new LocaleNegotiator("en_GB");
|
||||||
|
Loading…
Reference in New Issue
Block a user