From ba45a292c4a2a7903a05066dbe1d0633e88a660b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 14 Dec 2016 17:28:18 +0100 Subject: [PATCH] 3 slashes for Doxygen, 2 are enough for PHP ... :-( MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- include/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/network.php b/include/network.php index 8b67aa627..df46d3593 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) )) {