Skip to content
Snippets Groups Projects
Commit 949545cb authored by Joel Kuder's avatar Joel Kuder
Browse files

remove Debug

parent b30f07e1
1 merge request!46Release 3.0
......@@ -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'])));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment