From 21fedb3af692b12c1f0aa266bbf788b01f2cbe4c Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 26 Mar 2023 04:50:46 +0300 Subject: auth tests --- html/app/config/app_constants.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'html/app/config') 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 -- cgit v1.2.3