Commit 949545cb authored by Joel Kuder's avatar Joel Kuder
Browse files

remove Debug

parent b30f07e1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ if ($_POST['checkid'] == 'Login' && $_POST['nickname'] && $_POST['passwort']) {
            $_GET['content'] = '/error/kein_zutritt';
        }
        // Wenn beim User alles O.K. ist!
        var_dump($login_check);
        if ($login_check['status'] == 1) {
            sql::$db->prepare ("UPDATE `" . _VMS_ . "_kontodaten` SET `login_ip` = ? , `loginzeit` = ? WHERE `uid` = ? and `passwort` = ? LIMIT 1")
                -> execute( array( $system['ip'], time(), $login_check['uid'], md5($_POST['passwort'])));