From 0b60e9996022252b5145ae911dc1579d04a9e95f Mon Sep 17 00:00:00 2001 From: nolanwhy <69528856+nolanwhy@users.noreply.github.com> Date: Sat, 6 May 2023 09:39:54 +0200 Subject: [PATCH] Update config.php --- core/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.php b/core/config.php index ba2c0df..2fa6122 100644 --- a/core/config.php +++ b/core/config.php @@ -35,19 +35,19 @@ if(str_contains($_SERVER["HTTP_HOST"],'localhost')) { // (pls) if($devmode) { + error_reporting(E_ALL); $developer = ""; // developer, you can add your own code to check if its useragent, ip address or just the request uri if you are using port. // please put it in only one line so its better. /* nolanwhy */ if(str_contains($_SERVER["HTTP_HOST"],'localhost:81')){$developer = "nolanwhy";} - + // end if(!empty($developer)) { if($developer == "nolanwhy") { $sql["pass"] = "NeverGonnaGiveYouUp!?69fg-"; } } - error_reporting(E_ALL); } // if ur gonna use the availablegameservers array please pick a random gameserver from the array or else we would put all stress on 1 gameserver