summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-03-12 18:30:39 +0000
committertailor <cygnus@janrain.com>2007-03-12 18:30:39 +0000
commit8630bb7bc4c62598e72181c3dc339eabf16b7b62 (patch)
tree67b4c2181051548735a4250be55cebe657fd802f
parent8f588fd411a5f21162bacec90636f5ca89166cc2 (diff)
downloadphp-openid-8630bb7bc4c62598e72181c3dc339eabf16b7b62.zip
php-openid-8630bb7bc4c62598e72181c3dc339eabf16b7b62.tar.gz
php-openid-8630bb7bc4c62598e72181c3dc339eabf16b7b62.tar.bz2
[project @ Unify php.net links]
-rw-r--r--examples/detect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/detect.php b/examples/detect.php
index 385a031..29593f2 100644
--- a/examples/detect.php
+++ b/examples/detect.php
@@ -341,7 +341,7 @@ function detect_stores($r, &$out)
$basedir_str = ini_get('open_basedir');
if (gettype($basedir_str) == 'string') {
- $url = 'http://us3.php.net/manual/en/features.safe-mode.php' .
+ $url = 'http://www.php.net/manual/en/features.safe-mode.php' .
'#ini.open-basedir';
$lnk = $r->link($url, 'open_basedir');
$out .= $r->p('If you are using a filesystem-based store or SQLite, ' .