mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-29 21:45:01 +02:00
you can search for the most frequent audit actions
This commit is contained in:
@@ -262,6 +262,17 @@ define('ACTION_UNAUTHORIZED_REMOVE_MESSAGE', 14);
|
||||
define('ACTION_DOWNLOAD_ATTACHMENT', 15);
|
||||
define('ACTION_UNAUTHORIZED_DOWNLOAD_ATTACHMENT', 16);
|
||||
|
||||
$actions = array(
|
||||
'unknown' => 1,
|
||||
'login' => 2,
|
||||
'loginfailed' => 3,
|
||||
'logout' => 4,
|
||||
'view' => 5,
|
||||
'restore' => 8,
|
||||
'download' => 9,
|
||||
'search' => 10
|
||||
);
|
||||
|
||||
|
||||
$counters = array(MEMCACHED_PREFIX . 'rcvd', MEMCACHED_PREFIX . 'virus', MEMCACHED_PREFIX . 'duplicate', MEMCACHED_PREFIX . 'ignore', MEMCACHED_PREFIX . 'counters_last_update');
|
||||
|
||||
|
Reference in New Issue
Block a user