summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/consumer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/consumer.php b/examples/consumer.php
index 732ec81..11337dc 100644
--- a/examples/consumer.php
+++ b/examples/consumer.php
@@ -25,7 +25,7 @@ require_once("Auth/OpenID/OIDUtil.php");
* included in each block to show which file you'll need to include to
* use the store.
*/
-$store_type = 'pgsql';
+$store_type = 'file';
if ($store_type = 'sqlite') {