diff options
Diffstat (limited to 'html/app/config')
| -rw-r--r-- | html/app/config/app_constants.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/app/config/app_constants.php b/html/app/config/app_constants.php index c3b142f..c533748 100644 --- a/html/app/config/app_constants.php +++ b/html/app/config/app_constants.php @@ -14,6 +14,11 @@ define('DEFAULT_PRIVILEGES', [ +define('COMMON_USER', 1); +define('EDITOR', 2); +define('ADMIN', 3); + + // ACCESS HISTORY ////////////////////////////////////////////////////////////// // ----------------------------------------------------------------------------- // (user-)access types |
