pull/336/merge
Adam John 2017-04-29 20:31:56 +00:00 committed by GitHub
commit f50216a865
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ define('PSM_PATH_LANG', PSM_PATH_SRC . 'lang' . DIRECTORY_SEPARATOR);
// user levels // user levels
define('PSM_USER_ADMIN', 10); define('PSM_USER_ADMIN', 10);
define('PSM_USER_MANAGER', 15);
define('PSM_USER_USER', 20); define('PSM_USER_USER', 20);
define('PSM_USER_ANONYMOUS', 30); define('PSM_USER_ANONYMOUS', 30);