diff options
author | Friendika <info@friendika.com> | 2011-08-12 02:58:29 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-12 02:58:29 -0700 |
commit | fda593caeda997fbd97eed28f69107ce91c16242 (patch) | |
tree | 8eb1b2b73a04766498fbdc489db001b8a431a23c /mod/webfinger.php | |
parent | 0db145dafa032a8c1fd68c318afc59f9599f3756 (diff) | |
download | volse-hubzilla-fda593caeda997fbd97eed28f69107ce91c16242.tar.gz volse-hubzilla-fda593caeda997fbd97eed28f69107ce91c16242.tar.bz2 volse-hubzilla-fda593caeda997fbd97eed28f69107ce91c16242.zip |
introduction fails if confirmation differs by http vs https
Diffstat (limited to 'mod/webfinger.php')
-rw-r--r-- | mod/webfinger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/webfinger.php b/mod/webfinger.php index f6d6026b4..74bd2c954 100644 --- a/mod/webfinger.php +++ b/mod/webfinger.php @@ -23,4 +23,4 @@ function webfinger_content(&$a) { $o .= '</pre>'; } return $o; -}
\ No newline at end of file +} |