I'm using
// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
dirname(__FILE__) . '/library',
get_include_path(),
)));
in the index.php file, so what does includePaths.library = APPLICATION_PATH "/../library"
do? I'd like to remove one of them and I'd prefer keep the line in application.ini, but I'd like to know what do I have to do in order to achieve this