diff options
author | friendica <info@friendica.com> | 2013-10-30 01:58:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-30 01:58:45 -0700 |
commit | 2035a5dd763f7524cdc1a678b0e8dbca94f270f5 (patch) | |
tree | 5109b71ad33146e6f99ef79aaca3a9c7844b3cd6 /mod/zfinger.php | |
parent | 8da4da37ccbcc6921f97eeb0c9cd3c23567bd761 (diff) | |
download | volse-hubzilla-2035a5dd763f7524cdc1a678b0e8dbca94f270f5.tar.gz volse-hubzilla-2035a5dd763f7524cdc1a678b0e8dbca94f270f5.tar.bz2 volse-hubzilla-2035a5dd763f7524cdc1a678b0e8dbca94f270f5.zip |
allow zot public providers to list their location, as a non US-based server could be a strong selling point.
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r-- | mod/zfinger.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php index 3671da56e..59cef5549 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -248,6 +248,7 @@ function zfinger_init(&$a) { $ret['site']['sitehash'] = get_config('system','location_hash'); $ret['site']['sitename'] = get_config('system','sitename'); $ret['site']['sellpage'] = get_config('system','sellpage'); + $ret['site']['location'] = get_config('system','site_location'); } json_return_and_die($ret); |