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
This commit is contained in:
TPLinux
2017-06-30 04:02:11 +00:00
committed by GitHub
parent 1b3838ac5c
commit b3e059aa4a
+1 -1
View File
@@ -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");
}
?>