summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/consumer.php2
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.