mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Issue #5399 - Exclude CLI from user nav audit.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user