diff options
author | tailor <cygnus@janrain.com> | 2006-08-04 22:17:07 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-08-04 22:17:07 +0000 |
commit | 189b7c88d9721872613f2087db4e59cf699ff887 (patch) | |
tree | 89f532406d21ee3076aa0341454a4dd4d816ffda /examples/detect.php | |
parent | c1ea91c6f4242d7d7b6338f16b4912a63766f465 (diff) | |
download | php-openid-189b7c88d9721872613f2087db4e59cf699ff887.zip php-openid-189b7c88d9721872613f2087db4e59cf699ff887.tar.gz php-openid-189b7c88d9721872613f2087db4e59cf699ff887.tar.bz2 |
[project @ Fixed detect.php]
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 1da14bc..7ea8095 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -371,7 +371,7 @@ function detect_stores($r, &$out) $out .= $r->p('If you are using the filesystem store, your ' . 'data directory must be readable and writable by ' . $web_user . ' and not availabe over the Web.'); - return false; + return true; } function detect_xml($r, &$out) |