aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-20 14:57:01 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-20 14:57:01 -0800
commitbc5a675cdf40bb326a3b674643beb62ee53fdb3a (patch)
tree680f7fa10ea8de931883345c4867d66e2a626a54 /include
parentf23e8f8d41f9fba23b0e65f9bf9fae1342ffc4d4 (diff)
parent047163b88443a2fca889acf4276d8bd7b325138d (diff)
downloadvolse-hubzilla-bc5a675cdf40bb326a3b674643beb62ee53fdb3a.tar.gz
volse-hubzilla-bc5a675cdf40bb326a3b674643beb62ee53fdb3a.tar.bz2
volse-hubzilla-bc5a675cdf40bb326a3b674643beb62ee53fdb3a.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
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'),