diff options
Diffstat (limited to 'www-ssl/nonpublic/index.php')
-rwxr-xr-x | www-ssl/nonpublic/index.php | 2 |
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"]. "'"; |