aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-06 01:24:38 -0700
committerzotlabs <mike@macgirvin.com>2018-04-06 01:24:38 -0700
commit4499ee178f5ae7238fe1d3bd4bcc5060111f546a (patch)
tree4f138d61eef973b7603fa2699cd9739355bc4f7d /include/network.php
parentb17f7410501acadbf547c68a4577c371826e69e3 (diff)
downloadvolse-hubzilla-4499ee178f5ae7238fe1d3bd4bcc5060111f546a.tar.gz
volse-hubzilla-4499ee178f5ae7238fe1d3bd4bcc5060111f546a.tar.bz2
volse-hubzilla-4499ee178f5ae7238fe1d3bd4bcc5060111f546a.zip
put directory server in siteinfo - there are a lot of sites using broken directories
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 a49e5920d..db9a7d00a 100644
--- a/include/network.php
+++ b/include/network.php
@@ -1607,6 +1607,7 @@ function get_site_info() {
'register_policy' => $register_policy[get_config('system','register_policy')],
'invitation_only' => (bool) intval(get_config('system','invitation_only')),
'directory_mode' => $directory_mode[get_config('system','directory_mode')],
+ 'directory_server' => get_config('system','directory_server'),
'language' => get_config('system','language'),
'rss_connections' => (bool) intval(get_config('system','feed_contacts')),
'expiration' => $site_expire,