From: Roland Häder Date: Wed, 14 Dec 2016 16:28:18 +0000 (+0100) Subject: 3 slashes for Doxygen, 2 are enough for PHP ... :-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba45a292c4a2a7903a05066dbe1d0633e88a660b;p=friendica.git 3 slashes for Doxygen, 2 are enough for PHP ... :-( Signed-off-by: Roland Häder --- diff --git a/include/network.php b/include/network.php index 8b67aa627e..df46d35932 100644 --- a/include/network.php +++ b/include/network.php @@ -398,7 +398,7 @@ function validate_url(&$url) { if(substr($url,0,4) != 'http') $url = 'http://' . $url; - // @TODO Really supress function outcomes? Why not find them + debug them? + /// @TODO Really supress function outcomes? Why not find them + debug them? $h = @parse_url($url); if((is_array($h)) && (dns_get_record($h['host'], DNS_A + DNS_CNAME + DNS_PTR) || filter_var($h['host'], FILTER_VALIDATE_IP) )) {