mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
#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;
|
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