mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 02:24:21 +00:00
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
if(isset($_GET['aid']) && !is_numeric($_GET['aid'])) header("Location: allianz.php");;
|
||||
if(isset($_GET['aid']) && !is_numeric($_GET['aid'])) die('Hacking Attemp');
|
||||
include ("GameEngine/Village.php");
|
||||
include ("GameEngine/Chat.php");
|
||||
$start = $generator->pageLoadTimeStart();
|
||||
|
||||
Reference in New Issue
Block a user