summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-06 18:06:42 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-06 18:06:42 +0000
commit8517a467e0f1a440a281d35beafb68d5ac7b97a1 (patch)
treef32ba3af6c7e818e31175bd5ba5307fca6533170 /www-ssl/nonpublic
parent59948c9d8c849f676a584b0f0ca9f95568e0bbae (diff)
index.php: anmeldefehler beseitigt
secure.php: debug messeges deaktiviert git-svn-id: svn://svn.cccv.de/engel-system@23 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/nonpublic')
-rwxr-xr-xwww-ssl/nonpublic/index.php2
1 files changed, 1 insertions, 1 deletions
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"]. "'";