Proposed mid level user

This user shall be afforded the ability to add new Server alerts, and see/edit only the alerts they create or are given by an Admin.
pull/336/head
Adam John 2016-08-02 13:50:04 -04:00 committed by GitHub
parent 4e86794aff
commit 66fa641bab
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
define('PSM_USER_ADMIN', 10);
define('PSM_USER_MANAGER', 15);
define('PSM_USER_USER', 20);
define('PSM_USER_ANONYMOUS', 30);
@ -92,4 +93,4 @@ if(!defined('PSM_INSTALL') || !PSM_INSTALL) {
}
$lang = psm_get_conf('language', 'en_US');
psm_load_lang($lang);
psm_load_lang($lang);