aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 8adc74ffa..5400bd96e 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -3944,7 +3944,7 @@ function zotinfo($arr) {
$ret['site']['sellpage'] = get_config('system','sellpage');
$ret['site']['location'] = get_config('system','site_location');
$ret['site']['realm'] = get_directory_realm();
- $ret['site']['project'] = Zotlabs\Project\System::get_platform_name();
+ $ret['site']['project'] = Zotlabs\Project\System::get_platform_name() . Zotlabs\Project\System::get_server_role();
}