diff options
author | redmatrix <git@macgirvin.com> | 2016-08-22 16:21:07 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-22 16:21:07 -0700 |
commit | d177cf94dacb518efae1e78bc0ceff99b880484d (patch) | |
tree | abbf6ec45b7e456e1b10023628c19c4f5a72090a /Zotlabs/Lib/System.php | |
parent | a3e0e67953da3450fcc82c22b87b7b677454ccb8 (diff) | |
download | volse-hubzilla-d177cf94dacb518efae1e78bc0ceff99b880484d.tar.gz volse-hubzilla-d177cf94dacb518efae1e78bc0ceff99b880484d.tar.bz2 volse-hubzilla-d177cf94dacb518efae1e78bc0ceff99b880484d.zip |
server role management, part 1
Diffstat (limited to 'Zotlabs/Lib/System.php')
-rw-r--r-- | Zotlabs/Lib/System.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php index 4479bf597..6ccfd664c 100644 --- a/Zotlabs/Lib/System.php +++ b/Zotlabs/Lib/System.php @@ -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() { |