diff --git a/www/_include.php b/www/_include.php index 53afd4e28a5b1a30405cd9ac4de4be4567a82cf1..cb202504c961ad0c6143455d83f2237c1ecd7404 100644 --- a/www/_include.php +++ b/www/_include.php @@ -56,17 +56,6 @@ function SimpleSAML_error_handler($errno, $errstr, $errfile = NULL, $errline = 0 } set_error_handler('SimpleSAML_error_handler'); - -$path_extra = dirname(dirname(__FILE__)) . '/lib'; - - -/** + start modify include path + */ -$path = ini_get('include_path'); -$path = $path_extra . PATH_SEPARATOR . $path; -ini_set('include_path', $path); -/** + end modify include path + */ - - /** * Class which should print a warning every time a reference to $SIMPLESAML_INCPREFIX is made. */