mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-03 02:54:21 +00:00
update allianz.php
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
| TravianX All rights reserved
|
||||
|
|
||||
*/
|
||||
if(isset($_GET['aid']) && !is_numeric($_GET['aid'])) die('Attempt of sql injection blocked');
|
||||
if(isset($_GET['aid']) && !is_numeric($_GET['aid'])) header("Location: allianz.php");;
|
||||
include ("GameEngine/Village.php");
|
||||
include ("GameEngine/Chat.php");
|
||||
$start = $generator->pageLoadTimeStart();
|
||||
|
||||
Reference in New Issue
Block a user