aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-07 18:11:10 -0800
committerredmatrix <git@macgirvin.com>2016-02-07 18:11:10 -0800
commitd8e6fd5df0713ef4f52277944d15fd8230deec81 (patch)
treead5cb27b976ab3670b86cfb2ddfface8f47cf559 /include/network.php
parentec950de2054243f22e7d6b30e4d7b9b41f293d4e (diff)
downloadvolse-hubzilla-d8e6fd5df0713ef4f52277944d15fd8230deec81.tar.gz
volse-hubzilla-d8e6fd5df0713ef4f52277944d15fd8230deec81.tar.bz2
volse-hubzilla-d8e6fd5df0713ef4f52277944d15fd8230deec81.zip
provide get_server_role() to abstract different roles and capabilities
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/network.php b/include/network.php
index fe6b553e9..1d0159ea5 100644
--- a/include/network.php
+++ b/include/network.php
@@ -1805,6 +1805,7 @@ function get_site_info() {
$data = Array(
'version' => $version,
'version_tag' => $tag,
+ 'server_role' => get_server_role(),
'commit' => $commit,
'url' => z_root(),
'plugins' => $visible_plugins,