summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-18 21:46:39 +0000
committertailor <cygnus@janrain.com>2006-01-18 21:46:39 +0000
commitec206251cf69a2bc85d8459f34a15c559334325c (patch)
treed611aacce8564b66b043da609bbf1942b764f1d3
parentbbfc4a1f9b48a2fd71d4fb1ba96f322c34208c59 (diff)
downloadphp-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]
-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') {