made changes

This commit is contained in:
Newcomer1989
2015-09-04 00:52:47 +02:00
parent 4166febbbc
commit d8eab65811
5 changed files with 183 additions and 47 deletions

View File

@@ -79,5 +79,8 @@ if ($mysqlprob === false || !$config = $mysqlcon->query("SELECT * FROM config"))
$showcolrg = $config[0]['showcolrg'];
$showcolls = $config[0]['showcolls'];
$slowmode = $config[0]['slowmode'];
$cleanclients = $config[0]['cleanclients'];
$cleanperiod = $config[0]['cleanperiod'];
$showhighest = $config[0]['showhighest'];
}
?>