mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Whoops!
This commit is contained in:
@@ -3017,7 +3017,7 @@ class MYSQLi_DB implements IDbConnection {
|
||||
function setAlliName($aid, $name, $tag) {
|
||||
list($aid, $name, $tag) = $this->escape_input((int) $aid, $name, $tag);
|
||||
$name = $this->RemoveXSS($name);
|
||||
$name = $this->RemoveXSS($tag);
|
||||
$tag = $this->RemoveXSS($tag);
|
||||
|
||||
$q = "UPDATE " . TB_PREFIX . "alidata set name = '$name', tag = '$tag' where id = $aid";
|
||||
return mysqli_query($this->dblink,$q);
|
||||
|
||||
Reference in New Issue
Block a user