summaryrefslogtreecommitdiffstats
path: root/examples/detect.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-08-04 22:17:07 +0000
committertailor <cygnus@janrain.com>2006-08-04 22:17:07 +0000
commit189b7c88d9721872613f2087db4e59cf699ff887 (patch)
tree89f532406d21ee3076aa0341454a4dd4d816ffda /examples/detect.php
parentc1ea91c6f4242d7d7b6338f16b4912a63766f465 (diff)
downloadphp-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.php2
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)