summaryrefslogtreecommitdiffstats
path: root/examples/detect.php
diff options
context:
space:
mode:
authortailor <cygnus@cprogrammer.org>2007-03-12 18:29:46 +0000
committertailor <cygnus@cprogrammer.org>2007-03-12 18:29:46 +0000
commitebbc308cabd1243ae1613587284ac038a8d767e0 (patch)
tree621f2172ff46b26b237ba36a61017b6eee50804e /examples/detect.php
parent5bb8e125af13fb7f5f538795fa52c61cbcfc3593 (diff)
downloadphp-openid-ebbc308cabd1243ae1613587284ac038a8d767e0.zip
php-openid-ebbc308cabd1243ae1613587284ac038a8d767e0.tar.gz
php-openid-ebbc308cabd1243ae1613587284ac038a8d767e0.tar.bz2
[project @ Mention file store]
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 f4ce864..7982b91 100644
--- a/examples/detect.php
+++ b/examples/detect.php
@@ -322,7 +322,7 @@ function detect_stores($r, &$out)
$text = $r->b($text);
}
$text .= ' The library supports the MySQL, PostgreSQL, and SQLite ' .
- 'database engines.';
+ 'database engines, as well as filesystem-based storage.';
$out .= $r->p($text);
if (function_exists('posix_getpwuid') &&