mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 21:34:22 +00:00
fix change village system 100%, change natars access again and fix natars ranking
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ if(isset($_GET['newdid'])) {
|
||||
$_SESSION['wid'] = $_GET['newdid'];
|
||||
if(isset($_GET['t'])) {
|
||||
header("Location: ".$_SERVER['PHP_SELF']."?t=".$_GET['t']);
|
||||
}else if(isset($_GET['id'])) {
|
||||
}else if($_GET['id']!=0) {
|
||||
header("Location: ".$_SERVER['PHP_SELF']."?id=".$_GET['id']);
|
||||
}else{
|
||||
header("Location: ".$_SERVER['PHP_SELF']);
|
||||
|
||||
Reference in New Issue
Block a user