mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-17 01:56:07 +00:00
+1
-1
@@ -37,7 +37,7 @@ include_once("GameEngine/config.php");
|
||||
if (isset($_GET['s']) && !ctype_digit($_GET['s'])) {
|
||||
$_GET['s'] = "0";
|
||||
}
|
||||
if (!ctype_digit($_GET['typ'])) {
|
||||
if (isset($_GET['typ']) && !ctype_digit($_GET['typ'])) {
|
||||
$_GET['typ'] = null;
|
||||
}
|
||||
if(!isset($_GET['typ']) && !isset($_GET['s'])) {
|
||||
|
||||
Reference in New Issue
Block a user