mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Fixed redirecting to the rally point issue #479
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user