From c11f100f2e0147225fb68db6353c74bc65937bf9 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 7 Oct 2012 12:03:10 +0200 Subject: [PATCH] more updates --- allianz.php | 4 +++- spieler.php | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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)); } ?>