mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-14 00:26:07 +00:00
delete my config + fix error in automation.php when are not any users in the server and include admin in rank is disable
This commit is contained in:
@@ -2631,7 +2631,7 @@ class MYSQL_DB {
|
||||
}
|
||||
|
||||
function countUser() {
|
||||
$q = "SELECT count(id) FROM " . TB_PREFIX . "users where id != 0";
|
||||
$q = "SELECT count(id) FROM " . TB_PREFIX . "users where id > 5";
|
||||
$result = mysql_query($q, $this->connection);
|
||||
$row = mysql_fetch_row($result);
|
||||
return $row[0];
|
||||
|
||||
Reference in New Issue
Block a user