diff options
author | tailor <cygnus@janrain.com> | 2006-01-18 21:46:39 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-18 21:46:39 +0000 |
commit | ec206251cf69a2bc85d8459f34a15c559334325c (patch) | |
tree | d611aacce8564b66b043da609bbf1942b764f1d3 /examples/consumer.php | |
parent | bbfc4a1f9b48a2fd71d4fb1ba96f322c34208c59 (diff) | |
download | php-openid-ec206251cf69a2bc85d8459f34a15c559334325c.zip php-openid-ec206251cf69a2bc85d8459f34a15c559334325c.tar.gz php-openid-ec206251cf69a2bc85d8459f34a15c559334325c.tar.bz2 |
[project @ Changed default store type in consumer script from postgres to filestore]
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') { |