diff options
-rw-r--r-- | examples/detect.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/detect.php b/examples/detect.php index c368d0d..7083b41 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -395,7 +395,6 @@ function detect_fetcher($r, &$out) } if (Services_Yadis_Yadis::curlPresent()) { - // XXX: actually fetch a URL. $out .= $r->p('This PHP installation has support for libcurl. Good.'); } else { $out .= $r->p('This PHP installation does not have support for ' . |