summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/server/setup.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/server/setup.php b/examples/server/setup.php
index fb8aa8a..0e26be6 100644
--- a/examples/server/setup.php
+++ b/examples/server/setup.php
@@ -12,6 +12,10 @@
* @license http://www.gnu.org/copyleft/lesser.html LGPL
*/
+$path_extra = dirname(dirname(dirname(__FILE__)));
+$path = ini_get('include_path');
+$path = $path_extra . PATH_SEPARATOR . $path;
+ini_set('include_path', $path);
require_once "Auth/OpenID.php";
/**