das war von 10-22Code:if (!isset($_SESSION['uid'])) $_SESSION['uid'] = "0"; if (!isset($_POST['nickname'])) $_POST['nickname'] = ""; if (!isset($_POST['passwort'])) $_POST['passwort'] = ""; if (!isset($_POST['checkid'])) $_POST['checkid'] = ""; if (!isset($_POST['autologin'])) $_POST['autologin'] = ""; if (!isset($_GET['logout'])) $_GET['logout'] = ""; if (!isset($_GET['ref'])) $_GET['ref'] = "0"; if ($_SESSION['werber'] == "0") $_SESSION['werber'] = (int)$_GET['ref']; // Seiteneinstellungen laden... $pageconfig = mysql_fetch_array(db_query("SELECT * FROM ".$db_prefix."_seitenkonfig LIMIT 1"));
LG




Zitieren