mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: security patching due to mysql injection vulnerabilities everywhere
This commit is contained in:
@@ -292,7 +292,8 @@
|
||||
}
|
||||
|
||||
public function procRankRaceArray($race) {
|
||||
global $multisort;
|
||||
global $multisort,$database;
|
||||
$race = $database->escape($race);
|
||||
//$array = $GLOBALS['db']->getRanking();
|
||||
$holder = array();
|
||||
//$value['totalvillage'] = count($GLOBALS['db']->getVillagesID($value['id']));
|
||||
|
||||
Reference in New Issue
Block a user