1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +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

@@ -129,5 +129,7 @@ define("RL_LAN_132", "Informative");
define("RL_LAN_133", "Notice");
define("RL_LAN_134", "Warning");
define("RL_LAN_135", "Fatal");
define("RL_LAN_136", "User navigation trail");
// define("RL_LAN_JS_CONFIRM", "Are you sure?");

View File

@@ -40,7 +40,7 @@ define("LAN_AUDIT_LOG_021", "User email bounce");
define("LAN_AUDIT_LOG_022", "User banned");
define("LAN_AUDIT_LOG_023", "User bounce reset");
define("LAN_AUDIT_LOG_024", "User temporary status");
define("LAN_AUDIT_LOG_025", "User navigation trail");
// Admin log events
//-----------------