diff options
author | wave72 <pynolo@tarine.net> | 2015-12-20 14:41:49 +0100 |
---|---|---|
committer | wave72 <pynolo@tarine.net> | 2015-12-20 14:41:49 +0100 |
commit | 598a428c6bcda4993c9692f4e7f5e97f80ba3824 (patch) | |
tree | 80c95297c161bc91cda4b0a5dcf49de750f2afb3 /include/network.php | |
parent | 2aad4c2cf9c17a7532089aadfcc5feff6505ec74 (diff) | |
download | volse-hubzilla-598a428c6bcda4993c9692f4e7f5e97f80ba3824.tar.gz volse-hubzilla-598a428c6bcda4993c9692f4e7f5e97f80ba3824.tar.bz2 volse-hubzilla-598a428c6bcda4993c9692f4e7f5e97f80ba3824.zip |
Added 'invitation_only' to site info
Diffstat (limited to 'include/network.php')
-rw-r--r-- | include/network.php | 1 |
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'), |