Skip to content
Snippets Groups Projects
Commit ccb0e42d authored by Olav Morken's avatar Olav Morken
Browse files

_include: Remove the ini_set call.

This hasn't been required in a long time, and any external code
depending on it should have been fixed.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2075 44740490-163a-0410-bde0-09ae8108e29a
parent 62d62382
No related branches found
No related tags found
No related merge requests found
...@@ -56,17 +56,6 @@ function SimpleSAML_error_handler($errno, $errstr, $errfile = NULL, $errline = 0 ...@@ -56,17 +56,6 @@ function SimpleSAML_error_handler($errno, $errstr, $errfile = NULL, $errline = 0
} }
set_error_handler('SimpleSAML_error_handler'); 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. * Class which should print a warning every time a reference to $SIMPLESAML_INCPREFIX is made.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment