diff options
author | tailor <cygnus@janrain.com> | 2006-01-24 22:52:37 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-24 22:52:37 +0000 |
commit | c5d321de7dcf01587a251a6e0c34b9eb0070f4da (patch) | |
tree | b3945147526efe72b4dcad19096d1e7dfc90b26d /examples | |
parent | 1213ccea4f42e89a233834d50d025ee98984f1d4 (diff) | |
download | php-openid-c5d321de7dcf01587a251a6e0c34b9eb0070f4da.zip php-openid-c5d321de7dcf01587a251a6e0c34b9eb0070f4da.tar.gz php-openid-c5d321de7dcf01587a251a6e0c34b9eb0070f4da.tar.bz2 |
[project @ Removed include_path changes from example consumer.]
Diffstat (limited to 'examples')
-rw-r--r-- | examples/consumer.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/consumer.php b/examples/consumer.php index 3c34835..12bf669 100644 --- a/examples/consumer.php +++ b/examples/consumer.php @@ -5,8 +5,6 @@ * Auth/OpenID has been installed and is in your PHP include path. */ -set_include_path(get_include_path() . ":/home/cygnus/production/"); - /** * Require the OpenID consumer code. */ |