server role management, part 1

This commit is contained in:
redmatrix
2016-08-22 16:21:07 -07:00
parent a3e0e67953
commit d177cf94da
3 changed files with 37 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ class System {
static public function get_server_role() {
if(is_array(\App::$config) && is_array(\App::$config['system']) && \App::$config['system']['server_role'])
return \App::$config['system']['server_role'];
return 'pro';
return 'standard';
}
static public function get_std_version() {