diff options
author | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:30:42 +0000 |
---|---|---|
committer | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:30:42 +0000 |
commit | 14370cd0b9efca383706689439c3151c91edc2c4 (patch) | |
tree | f8e49033c702b3f5b45de20d175f8536d2cfdce8 /examples/detect.php | |
parent | 74b0846ec63525092e679eec1f63bea74e139be2 (diff) | |
download | php-openid-14370cd0b9efca383706689439c3151c91edc2c4.zip php-openid-14370cd0b9efca383706689439c3151c91edc2c4.tar.gz php-openid-14370cd0b9efca383706689439c3151c91edc2c4.tar.bz2 |
[project @ Remove comment]
Diffstat (limited to 'examples/detect.php')
-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 ' . |