big update

This commit is contained in:
unknown
2012-05-13 18:51:08 +03:00
parent 185227c5d2
commit 10df3e2068
24 changed files with 336 additions and 115 deletions
+4
View File
@@ -1,4 +1,5 @@
<?php
if($session->access != BANNED){
include ("GameEngine/Data/unitdata.php");
include ("GameEngine/Database.php");
include ("GameEngine/Generator.php");
@@ -115,4 +116,7 @@
}
}
header("Location: build.php?id=39&t=99");
}else{
header("Location: banned.php");
}
?>