Update config.php
This commit is contained in:
parent
73cf1bd59a
commit
0b60e99960
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue