From 8517a467e0f1a440a281d35beafb68d5ac7b97a1 Mon Sep 17 00:00:00 2001 From: cookie Date: Sun, 6 Nov 2005 18:06:42 +0000 Subject: index.php: anmeldefehler beseitigt secure.php: debug messeges deaktiviert git-svn-id: svn://svn.cccv.de/engel-system@23 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/nonpublic/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-ssl/nonpublic') diff --git a/www-ssl/nonpublic/index.php b/www-ssl/nonpublic/index.php index 743534e1..54cbabf4 100755 --- a/www-ssl/nonpublic/index.php +++ b/www-ssl/nonpublic/index.php @@ -7,7 +7,7 @@ include ("./inc/crypt.php"); session_start(); // alte Session - falls vorhanden - wiederherstellen... -if (!IsSet($_SESSION['UID'])) { +if ( IsSet($_POST["user"])) { $sql = "select * from User where Nick = '". $_POST["user"]. "'"; -- cgit v1.2.3-54-g00ecf