mirror of
https://github.com/e107inc/e107.git
synced 2025-01-31 04:07:55 +01:00
Issue #5399 - Exclude CLI from user nav audit.
This commit is contained in:
parent
c90fd538f2
commit
61104c5c8e
@ -1118,7 +1118,7 @@ else
|
||||
define('e_REFERER_SELF', false);
|
||||
}
|
||||
|
||||
if(deftrue('USER'))
|
||||
if(deftrue('USER') && !e107::isCli())
|
||||
{
|
||||
if (check_class(varset($pref['user_audit_class']))) // Need to note in user audit trail
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user