diff options
author | tailor <cygnus@janrain.com> | 2007-03-12 18:30:39 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-12 18:30:39 +0000 |
commit | 8630bb7bc4c62598e72181c3dc339eabf16b7b62 (patch) | |
tree | 67b4c2181051548735a4250be55cebe657fd802f /examples/detect.php | |
parent | 8f588fd411a5f21162bacec90636f5ca89166cc2 (diff) | |
download | php-openid-8630bb7bc4c62598e72181c3dc339eabf16b7b62.zip php-openid-8630bb7bc4c62598e72181c3dc339eabf16b7b62.tar.gz php-openid-8630bb7bc4c62598e72181c3dc339eabf16b7b62.tar.bz2 |
[project @ Unify php.net links]
Diffstat (limited to 'examples/detect.php')
-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 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, ' . |