mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: this method should really not be escaped...
This commit is contained in:
@@ -3633,8 +3633,6 @@ class MYSQLi_DB {
|
||||
}
|
||||
|
||||
function query_return($q) {
|
||||
list($q) = $this->escape_input($q);
|
||||
|
||||
$result = mysqli_query($this->dblink,$q);
|
||||
return $this->mysqli_fetch_all($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user