mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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:
commit
6bc3f777bc
@ -2428,11 +2428,6 @@ function check_login($output=true)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
db_pandora_audit(
|
|
||||||
AUDIT_LOG_HACK_ATTEMPT,
|
|
||||||
'Trying to access without a valid session',
|
|
||||||
'N/A'
|
|
||||||
);
|
|
||||||
include $config['homedir'].'/general/noaccess.php';
|
include $config['homedir'].'/general/noaccess.php';
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user