diff options
author | friendica <info@friendica.com> | 2013-03-05 15:48:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-05 15:48:56 -0800 |
commit | dd22e1b5824b38fa2a1455df22dbee7da2201c76 (patch) | |
tree | 735d4fe38430aa67c16a9b1eb2cbee17a8942837 /mod/wfinger.php | |
parent | 8d442e6fc1364ea351a9b781e8173c1b679b7a91 (diff) | |
download | volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.tar.gz volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.tar.bz2 volse-hubzilla-dd22e1b5824b38fa2a1455df22dbee7da2201c76.zip |
just tinkering and trying a few things - don't get upset. It can all be reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting.
Diffstat (limited to 'mod/wfinger.php')
-rw-r--r-- | mod/wfinger.php | 4 |
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'], ) ); |