mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 21:04:20 +00:00
fix: a lot of MySQL calls in templates replaced by MySQLi ones
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ class Process {
|
||||
if(DB_TYPE) {
|
||||
$result = $database->connection->multi_query($str);
|
||||
} else {
|
||||
$result = $database->mysql_exec_batch($str);
|
||||
$result = $database->mysqli_exec_batch($str);
|
||||
}
|
||||
if($result) {
|
||||
header("Location: index.php?s=3");
|
||||
|
||||
Reference in New Issue
Block a user