Update config.php
This commit is contained in:
parent
73cf1bd59a
commit
0b60e99960
|
|
@ -35,19 +35,19 @@ 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.
|
||||||
|
|
||||||
/* nolanwhy */ if(str_contains($_SERVER["HTTP_HOST"],'localhost:81')){$developer = "nolanwhy";}
|
/* nolanwhy */ if(str_contains($_SERVER["HTTP_HOST"],'localhost:81')){$developer = "nolanwhy";}
|
||||||
|
|
||||||
// end
|
// end
|
||||||
if(!empty($developer)) {
|
if(!empty($developer)) {
|
||||||
if($developer == "nolanwhy") {
|
if($developer == "nolanwhy") {
|
||||||
$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