diff --git a/allianz.php b/allianz.php index 6d113437..40d24114 100644 --- a/allianz.php +++ b/allianz.php @@ -345,4 +345,6 @@ include("Templates/links.tpl"); \ No newline at end of file diff --git a/spieler.php b/spieler.php index 214fccb5..bee0d8a5 100644 --- a/spieler.php +++ b/spieler.php @@ -149,6 +149,8 @@ else if (isset($_GET['s'])) { if($_GET['s'] > 4 or $session->sit == 1) { header("Location: ".$_SERVER['PHP_SELF']."?uid=".preg_replace("/[^a-zA-Z0-9_-]/","",$session->uid)); } +}else{ +header("Location: ".$_SERVER['PHP_SELF']."?uid=".preg_replace("/[^a-zA-Z0-9_-]/","",$session->uid)); } ?>