Merge branch 'ent-13149-mensajes-log-auditoria-hack-attempt' into 'develop'

Ent 13149 Mensajes log auditoria: Hack attempt

See merge request artica/pandorafms!7064
This commit is contained in:
Rafael Ameijeiras 2024-03-26 11:33:21 +00:00
commit 6bc3f777bc
1 changed files with 0 additions and 5 deletions

View File

@ -2428,11 +2428,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;
}