mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 03:57:15 +00:00
update allianz.php
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
| TravianX All rights reserved
|
| 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/Village.php");
|
||||||
include ("GameEngine/Chat.php");
|
include ("GameEngine/Chat.php");
|
||||||
$start = $generator->pageLoadTimeStart();
|
$start = $generator->pageLoadTimeStart();
|
||||||
|
|||||||
Reference in New Issue
Block a user