#13149 remove message audit from check_login
This commit is contained in:
parent
c714c3547e
commit
f1827fc56b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue