diff options
author | Marco Ceppi <marco@ceppi.net> | 2013-10-03 14:21:20 -0700 |
---|---|---|
committer | Marco Ceppi <marco@ceppi.net> | 2013-10-03 14:21:20 -0700 |
commit | ee669c6a9d4d95b58ecd9b6945627276807694fb (patch) | |
tree | b4e31c47b4aaab020b8b7577b6946894e4aba352 /examples | |
parent | 6a3d8e2863886ea0e2186d9e5a31a6e97bf500d2 (diff) | |
parent | cfa98c2c411f8246a9ae8cbf6b22a5bfca195774 (diff) | |
download | php-openid-ee669c6a9d4d95b58ecd9b6945627276807694fb.zip php-openid-ee669c6a9d4d95b58ecd9b6945627276807694fb.tar.gz php-openid-ee669c6a9d4d95b58ecd9b6945627276807694fb.tar.bz2 |
Merge pull request #109 from chuckpearce/master
Changed gist location as the current was returning 404, new Hello World!...
Diffstat (limited to 'examples')
-rw-r--r-- | examples/detect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/detect.php b/examples/detect.php index 9c59db3..f809be2 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -434,7 +434,7 @@ function detect_fetcher($r, &$out) $ok = true; $fetcher = Auth_Yadis_Yadis::getHTTPFetcher(); - $fetch_url = 'https://raw.github.com/gist/465630/c57eff55ebc0c54973903af5f72bac72762cf4f4/helloworld'; + $fetch_url = 'https://gist.github.com/chuckpearce/6810258/raw/c57eff55ebc0c54973903af5f72bac72762cf4f4/gistfile1.txt'; $expected_url = $fetch_url;// . '.txt'; $result = $fetcher->get($fetch_url); |