diff options
Diffstat (limited to 'Zotlabs/Project/System.php')
-rw-r--r-- | Zotlabs/Project/System.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Project/System.php b/Zotlabs/Project/System.php index 7ee848411..d95bd033c 100644 --- a/Zotlabs/Project/System.php +++ b/Zotlabs/Project/System.php @@ -45,7 +45,7 @@ class System { static public function get_server_role() { if(UNO) return 'basic'; - return 'advanced'; + return 'pro'; } static public function get_std_version() { |