mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-15 07:41:00 +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) {
|
function query_return($q) {
|
||||||
list($q) = $this->escape_input($q);
|
|
||||||
|
|
||||||
$result = mysqli_query($this->dblink,$q);
|
$result = mysqli_query($this->dblink,$q);
|
||||||
return $this->mysqli_fetch_all($result);
|
return $this->mysqli_fetch_all($result);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user