summaryrefslogtreecommitdiffstats
path: root/examples/detect.php
diff options
context:
space:
mode:
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') &&