aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-17 22:27:51 -0700
committerfriendica <info@friendica.com>2013-09-17 22:27:51 -0700
commitd3aa31be4d84764e4d119343d8bc5eba5a84272b (patch)
tree68522f122490ecf1971c9f2ebff1c8340466cb7f /mod/zfinger.php
parentff2ada207a7c90f095d1fad1513440eb08d3840a (diff)
downloadvolse-hubzilla-d3aa31be4d84764e4d119343d8bc5eba5a84272b.tar.gz
volse-hubzilla-d3aa31be4d84764e4d119343d8bc5eba5a84272b.tar.bz2
volse-hubzilla-d3aa31be4d84764e4d119343d8bc5eba5a84272b.zip
site sellpage links
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r--mod/zfinger.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php
index a06d9f4b5..675b31b1e 100644
--- a/mod/zfinger.php
+++ b/mod/zfinger.php
@@ -249,6 +249,7 @@ function zfinger_init(&$a) {
$ret['site']['plugins'] = $visible_plugins;
$ret['site']['sitehash'] = get_config('system','location_hash');
$ret['site']['sitename'] = get_config('system','sitename');
+ $ret['site']['sellpage'] = get_config('system','sellpage');
}
json_return_and_die($ret);