summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authortailor <cygnus@cprogrammer.org>2007-03-12 18:30:05 +0000
committertailor <cygnus@cprogrammer.org>2007-03-12 18:30:05 +0000
commit472974f916b6187f9f550771cb79c5e3187689ab (patch)
tree86d4c0df1378399c4e25d2d9b799077cf88f76b7 /examples
parent3fa07c01ceaa2d02e48175829c6335ccc79a1182 (diff)
downloadphp-openid-472974f916b6187f9f550771cb79c5e3187689ab.zip
php-openid-472974f916b6187f9f550771cb79c5e3187689ab.tar.gz
php-openid-472974f916b6187f9f550771cb79c5e3187689ab.tar.bz2
[project @ Mention absence of open_basedir]
Diffstat (limited to 'examples')
-rw-r--r--examples/detect.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/detect.php b/examples/detect.php
index 97357ff..28d8a28 100644
--- a/examples/detect.php
+++ b/examples/detect.php
@@ -349,6 +349,9 @@ function detect_stores($r, &$out)
'that your data will have to be stored in one of the ' .
'following locations:');
$out .= $r->pre(var_export($basedir_str, true));
+ } else {
+ $out .= $r->p('The ' . $r->b($r->tt('open_basedir')) . ' configuration restriction ' .
+ 'is not in effect.');
}
$out .= $r->p('If you are using the filesystem store, your ' .