summaryrefslogtreecommitdiffstats
path: root/examples/consumer/common.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-03-30 18:34:20 +0000
committertailor <cygnus@janrain.com>2007-03-30 18:34:20 +0000
commit9c5e04d69400eabb9d2d12a6162d9b8e10c7ac2d (patch)
treef11a37cc94a1f405f33c061126a047f6443e99f1 /examples/consumer/common.php
parentd2793330df45cbba9948266d27ef51a928e47837 (diff)
downloadphp-openid-9c5e04d69400eabb9d2d12a6162d9b8e10c7ac2d.zip
php-openid-9c5e04d69400eabb9d2d12a6162d9b8e10c7ac2d.tar.gz
php-openid-9c5e04d69400eabb9d2d12a6162d9b8e10c7ac2d.tar.bz2
[project @ Update example consumer to use SReg API]
Diffstat (limited to 'examples/consumer/common.php')
-rw-r--r--examples/consumer/common.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/consumer/common.php b/examples/consumer/common.php
index c4eed70..c184467 100644
--- a/examples/consumer/common.php
+++ b/examples/consumer/common.php
@@ -22,6 +22,11 @@ function doIncludes() {
* OpenID information.
*/
require_once "Auth/OpenID/FileStore.php";
+
+ /**
+ * Require the Simple Registration extension API.
+ */
+ require_once "Auth/OpenID/SReg.php";
}
doIncludes();