remove testing debug log

This commit is contained in:
FreddleSpl0it 2022-08-31 11:37:45 +02:00
parent cad0f25345
commit a161aa2c92

View File

@ -994,7 +994,7 @@ function check_login($user, $pass, $app_passwd_data = false) {
$_SESSION['return'][] = array(
'type' => 'danger',
'log' => array(__FUNCTION__, $user, '*'),
'msg' => array('login_failed', $pass, $rows, $app_passwd_data, array_key_exists("app_passwd_id", $row))
'msg' => 'login_failed'
);
sleep($_SESSION['ldelay']);