diff options
author | tailor <cygnus@janrain.com> | 2006-01-18 21:47:08 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-18 21:47:08 +0000 |
commit | b771f6cd95f36d6825cd35e77b109ff8c1d9f483 (patch) | |
tree | 6044bfdbae98ff24a31a337405afeb532f804515 /examples | |
parent | ec206251cf69a2bc85d8459f34a15c559334325c (diff) | |
download | php-openid-b771f6cd95f36d6825cd35e77b109ff8c1d9f483.zip php-openid-b771f6cd95f36d6825cd35e77b109ff8c1d9f483.tar.gz php-openid-b771f6cd95f36d6825cd35e77b109ff8c1d9f483.tar.bz2 |
[project @ Removed path change code from consumer example]
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 11337dc..ea53098 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() . PATH_SEPARATOR . "/home/cygnus/production"); - /** * Require files to use the OpenID consumer. We need the consumer * itself, an OpenID store implementation, and some utility functions. |