Fixed redirecting to the rally point issue #479

This commit is contained in:
AL-Kateb
2018-01-23 12:18:57 +00:00
parent 5b1d7a300b
commit 9de7aec692
+1 -1
View File
@@ -3213,7 +3213,7 @@ class Automation {
if(file_exists($autoprefix."GameEngine/Prevention/sendunits.txt")) {
unlink($autoprefix."GameEngine/Prevention/sendunits.txt");
}
if ($reload) header("Location: ".$_SERVER['PHP_SELF']);
if ($reload) header("Location: ".$_SERVER['REQUEST_URI']);
}
function DelVillage($wref, $mode=0){