LeU5er
Security Researcher
- Aug 6, 2016
- 448
- 45
- 118
@willy
Just replace the old lines with this lines in status.php:
In config.php remove the variable $querypw and write each array like this:
Just replace the old lines with this lines in status.php:
PHP:
foreach(array_reverse($roots) as $serv){
$servip = $roots[$count][0];
$servport = $roots[$count][1];
$querypw = $roots[$count][2];
try{
PHP:
array("SERVERIPADDRESS",10011,"QUERYPASSWORD"),
Last edited: