mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-11 05:41:01 +00:00
Some important fixes
Some important fixes
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ if(isset($_GET['newdid'])) {
|
||||
} else if ( isset( $_GET['vill'] ) && isset( $_GET['id'] ) ) {
|
||||
header( "Location: " . $_SERVER['PHP_SELF'] . "?id=" . $_GET['id'] . "&vill=" . $_GET['vill'] . "" );
|
||||
exit;
|
||||
} else if ( $_GET['id'] != 0 ) {
|
||||
} else if ( isset($_GET['id']) && $_GET['id'] != 0 ) {
|
||||
header( "Location: " . $_SERVER['PHP_SELF'] . "?id=" . $_GET['id'] );
|
||||
exit;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user