fix: multi_query doesn't block next queries anymore

This commit is contained in:
Martin Ambrus
2017-10-27 19:34:19 +02:00
parent 1066fff9a2
commit 3200cf2c3c
3 changed files with 52 additions and 41 deletions
+4
View File
@@ -10,6 +10,10 @@
## ##
#################################################################################
if(!file_exists('var/installed')) {
header("Location: install/");
exit;
}
error_reporting(E_ALL);
include("GameEngine/Account.php");