Update config.php
This commit is contained in:
parent
73cf1bd59a
commit
0b60e99960
|
|
@ -35,6 +35,7 @@ if(str_contains($_SERVER["HTTP_HOST"],'localhost')) {
|
||||||
// (pls)
|
// (pls)
|
||||||
|
|
||||||
if($devmode) {
|
if($devmode) {
|
||||||
|
error_reporting(E_ALL);
|
||||||
$developer = "";
|
$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.
|
// 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.
|
// please put it in only one line so its better.
|
||||||
|
|
@ -47,7 +48,6 @@ if($devmode) {
|
||||||
$sql["pass"] = "NeverGonnaGiveYouUp!?69fg-";
|
$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
|
// 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