Merge pull request #484 from AL-Kateb/master

Fixed redirecting to the rally point issue #479
This commit is contained in:
Shadow
2018-01-23 15:05:11 +02:00
committed by GitHub
+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){