X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnetwork.php;h=22157ff1889ce6ef4cebb8df3e09cce902ae7fba;hb=b23ad806ec8cedbc94d721279fd5615f79c4a4c6;hp=c72919dd8baf1fdaf25489e4ebccdd2f0fdd65c1;hpb=18679111f5aed8f1c5e7ccb9857195e52c57765d;p=friendica.git diff --git a/include/network.php b/include/network.php index c72919dd8b..22157ff188 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();