From b3e059aa4abeef82361e2f4c197176ccf3640744 Mon Sep 17 00:00:00 2001 From: TPLinux Date: Fri, 30 Jun 2017 04:02:11 +0000 Subject: [PATCH] Change redirection after attack to rally point Now if you inside rally point and attack done ... the redirection replaced to Rally point not to dorf1.php --- build.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.php b/build.php index b747954f..a05ec36d 100644 --- a/build.php +++ b/build.php @@ -353,7 +353,7 @@ if(isset($_GET['id']) or isset($_GET['gid']) or $route == 1 or isset($_GET['rout } } }else{ -header("Location: dorf1.php"); +header("Location: ".$_SERVER['PHP_SELF']."?id=39"); } ?>