1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Closes #5399 User audit navigation logging option.

This commit is contained in:
camer0n
2025-01-18 11:49:01 -08:00
parent cd30dfdc0d
commit c90fd538f2
5 changed files with 13 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ class e_admin_log
define('USER_AUDIT_BANNED', 22); // User banned
define('USER_AUDIT_BOUNCE_RESET', 23); // User bounce reset
define('USER_AUDIT_TEMP_ACCOUNT', 24); // User temporary account
define('USER_AUDIT_NAVIGATION', 25); // User signed up
}
// Init E_MESSAGE_* constants if not already done