diff options
Diffstat (limited to 'examples/consumer.php')
-rw-r--r-- | examples/consumer.php | 2 |
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') { |