From 0b65bca1bea015948d22e76b2a97219d55262348 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Oct 2012 10:58:48 +0200 Subject: [PATCH] update --- spieler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spieler.php b/spieler.php index b507ee61..f6f264e1 100644 --- a/spieler.php +++ b/spieler.php @@ -159,6 +159,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: spieler.php?s=3"); } ?>