#13149 remove message audit from check_login

This commit is contained in:
Daniel Cebrian 2024-03-21 17:20:12 +01:00
parent c714c3547e
commit f1827fc56b
1 changed files with 0 additions and 5 deletions

View File

@ -2427,11 +2427,6 @@ function check_login($output=true)
return false;
}
db_pandora_audit(
AUDIT_LOG_HACK_ATTEMPT,
'Trying to access without a valid session',
'N/A'
);
include $config['homedir'].'/general/noaccess.php';
exit;
}