aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwave72 <pynolo@tarine.net>2015-12-20 14:41:49 +0100
committerwave72 <pynolo@tarine.net>2015-12-20 14:41:49 +0100
commit598a428c6bcda4993c9692f4e7f5e97f80ba3824 (patch)
tree80c95297c161bc91cda4b0a5dcf49de750f2afb3 /include
parent2aad4c2cf9c17a7532089aadfcc5feff6505ec74 (diff)
downloadvolse-hubzilla-598a428c6bcda4993c9692f4e7f5e97f80ba3824.tar.gz
volse-hubzilla-598a428c6bcda4993c9692f4e7f5e97f80ba3824.tar.bz2
volse-hubzilla-598a428c6bcda4993c9692f4e7f5e97f80ba3824.zip
Added 'invitation_only' to site info
Diffstat (limited to 'include')
-rw-r--r--include/network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/network.php b/include/network.php
index 68452c3d1..859a60650 100644
--- a/include/network.php
+++ b/include/network.php
@@ -1796,6 +1796,7 @@ function get_site_info() {
'url' => z_root(),
'plugins' => $visible_plugins,
'register_policy' => $register_policy[get_config('system','register_policy')],
+ 'invitation_only' => intval(get_config('system','invitation_only')),
'directory_mode' => $directory_mode[get_config('system','directory_mode')],
'language' => get_config('system','language'),
'rss_connections' => get_config('system','feed_contacts'),