diff options
author | redmatrix <git@macgirvin.com> | 2016-05-18 16:28:51 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-18 16:28:51 -0700 |
commit | d38851023ec5bac78ece9469c758851e97e01285 (patch) | |
tree | e5f54713f32c798719bfd9ac81982ae2a602232d /include | |
parent | e35bd5d25127524d989b4965e9a813676f58d99f (diff) | |
download | volse-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.php | 2 |
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(); } |