diff options
author | Josh Hoyt <josh@janrain.com> | 2006-02-10 22:32:06 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-02-10 22:32:06 +0000 |
commit | 7b027571294dd9787b8afc57b19e35b27b85a61c (patch) | |
tree | 02a8f8889c313ab435b2bbfd81b288ca758a6858 /examples/consumer/common.php | |
parent | 6f7f603b7ac9a96dabd5c01ccdd0c610389dae5c (diff) | |
download | php-openid-7b027571294dd9787b8afc57b19e35b27b85a61c.zip php-openid-7b027571294dd9787b8afc57b19e35b27b85a61c.tar.gz php-openid-7b027571294dd9787b8afc57b19e35b27b85a61c.tar.bz2 |
[project @ Move Consumer.php out of its subdirectory]
Diffstat (limited to 'examples/consumer/common.php')
-rw-r--r-- | examples/consumer/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/consumer/common.php b/examples/consumer/common.php index 85d5551..57b2977 100644 --- a/examples/consumer/common.php +++ b/examples/consumer/common.php @@ -8,7 +8,7 @@ ini_set('include_path', $path); /** * Require the OpenID consumer code. */ -require_once "Auth/OpenID/Consumer/Consumer.php"; +require_once "Auth/OpenID/Consumer.php"; /** * Require the "file store" module, which we'll need to store OpenID |