diff options
-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, ' . |