diff options
author | zottel <github@zottel.net> | 2012-03-19 09:34:39 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-19 09:34:39 +0100 |
commit | 6d31e3d6ef56e22ecedccaeb6846b52da501097b (patch) | |
tree | 86518b59c0318d8057a1a8503c6354ebaa96dae3 /include/network.php | |
parent | df78c9be0bab909dfa8cf196f7aaa4ea3423be8c (diff) | |
parent | 283bc51acf479eebd54145eb639c681980f6717b (diff) | |
download | volse-hubzilla-6d31e3d6ef56e22ecedccaeb6846b52da501097b.tar.gz volse-hubzilla-6d31e3d6ef56e22ecedccaeb6846b52da501097b.tar.bz2 volse-hubzilla-6d31e3d6ef56e22ecedccaeb6846b52da501097b.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/network.php')
-rwxr-xr-x | include/network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/network.php b/include/network.php index c72919dd8..22157ff18 100755 --- a/include/network.php +++ b/include/network.php @@ -303,7 +303,7 @@ function webfinger_dfrn($s,&$hcard) { if(! function_exists('webfinger')) { -function webfinger($s) { +function webfinger($s, $debug = false) { $host = ''; if(strstr($s,'@')) { $host = substr($s,strpos($s,'@') + 1); @@ -328,7 +328,7 @@ function webfinger($s) { }} if(! function_exists('lrdd')) { -function lrdd($uri) { +function lrdd($uri, $debug = false) { $a = get_app(); |