Update config.php

This commit is contained in:
nolanwhy 2023-05-06 09:39:54 +02:00
parent 73cf1bd59a
commit 0b60e99960
1 changed files with 2 additions and 2 deletions

View File

@ -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