From 17003dbbc9b48f3d689d665e2191cf0a38d44e57 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 25 May 2012 16:13:33 +0300 Subject: [PATCH] update allianz.php --- allianz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianz.php b/allianz.php index 1e47db7c..58375755 100644 --- a/allianz.php +++ b/allianz.php @@ -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();