diff options
author | Josh Hoyt <josh@janrain.com> | 2006-02-06 21:57:43 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-02-06 21:57:43 +0000 |
commit | 5ee2495e726681ac3390a4b3c6e08a1c30d374da (patch) | |
tree | 238020f9051bdba13ddc54eacbb8ba5aa119b2ea /examples/detect.php | |
parent | 466ab836b3d6baacc79dbf48cf6214238ee2a8e2 (diff) | |
download | php-openid-5ee2495e726681ac3390a4b3c6e08a1c30d374da.zip php-openid-5ee2495e726681ac3390a4b3c6e08a1c30d374da.tar.gz php-openid-5ee2495e726681ac3390a4b3c6e08a1c30d374da.tar.bz2 |
[project @ whitespace]
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 2d171e3..332e510 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -335,7 +335,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://us3.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, ' . |