diff options
author | tailor <cygnus@janrain.com> | 2007-03-30 18:34:20 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-30 18:34:20 +0000 |
commit | 9c5e04d69400eabb9d2d12a6162d9b8e10c7ac2d (patch) | |
tree | f11a37cc94a1f405f33c061126a047f6443e99f1 /examples/consumer/common.php | |
parent | d2793330df45cbba9948266d27ef51a928e47837 (diff) | |
download | php-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.php | 5 |
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(); |