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…
Reference in New Issue