aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Project/System.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-18 16:28:51 -0700
committerredmatrix <git@macgirvin.com>2016-05-18 16:28:51 -0700
commitd38851023ec5bac78ece9469c758851e97e01285 (patch)
treee5f54713f32c798719bfd9ac81982ae2a602232d /Zotlabs/Project/System.php
parente35bd5d25127524d989b4965e9a813676f58d99f (diff)
downloadvolse-hubzilla-d38851023ec5bac78ece9469c758851e97e01285.tar.gz
volse-hubzilla-d38851023ec5bac78ece9469c758851e97e01285.tar.bz2
volse-hubzilla-d38851023ec5bac78ece9469c758851e97e01285.zip
provide server role on pubsites page
Diffstat (limited to 'Zotlabs/Project/System.php')
-rw-r--r--Zotlabs/Project/System.php2
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() {