From 5739794799f146b38f5a1b6b5ff9734032d737fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Sat, 15 Aug 2020 20:17:27 +0300 Subject: [PATCH] Fix broken logo on install --- install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.php b/install.php index 1dc1b79..c5bef0c 100644 --- a/install.php +++ b/install.php @@ -4,6 +4,8 @@ define("WEB_URL", "."); //Website name define("NAME", _('Status page')); //Website name define("MINIMUM_PHP_VERSION", "5.4.0"); define("POLICY_URL", "policy.php"); //Default policy URL +define("CUSTOM_LOGO_URL",""); +define("COPYRIGHT_TEXT",""); require_once("classes/locale-negotiator.php"); $negotiator = new LocaleNegotiator("en_GB");