summaryrefslogtreecommitdiffstats
path: root/examples/detect.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/detect.php')
-rw-r--r--examples/detect.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/detect.php b/examples/detect.php
index 55fcaa8..123e496 100644
--- a/examples/detect.php
+++ b/examples/detect.php
@@ -434,8 +434,8 @@ function detect_fetcher($r, &$out)
$ok = true;
$fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
- $fetch_url = 'http://www.openidenabled.com/resources/php-fetch-test';
- $expected_url = $fetch_url . '.txt';
+ $fetch_url = 'http://gist.github.com/raw/465630/c57eff55ebc0c54973903af5f72bac72762cf4f4/helloworld';
+ $expected_url = $fetch_url;// . '.txt';
$result = $fetcher->get($fetch_url);
if (isset($result)) {