aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/wfinger.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/wfinger.php b/mod/wfinger.php
index 3fda96181..33d2fe478 100644
--- a/mod/wfinger.php
+++ b/mod/wfinger.php
@@ -24,8 +24,6 @@ function wfinger_init(&$a) {
header('Content-type: application/jrd+json');
- $pubkey = get_config('system','site_pubkey');
-
$r = null;
if($resource) {
@@ -82,7 +80,7 @@ function wfinger_init(&$a) {
array(
'rel' => 'http://purl.org/zot/protocol',
- 'href' => z_root() . '/well-known/zot-info' . '?zaddr=' . $r[0]['xchan_addr'],
+ 'href' => z_root() . '/.well-known/zot-info' . '?zaddr=' . $r[0]['xchan_addr'],
)
);