Don't add redundant includedir INSTALLDIR.'/extlib/'
This commit is contained in:
parent
779ce40ac3
commit
31d8069779
@ -36,13 +36,7 @@ ini_set("max_input_time", "0");
|
|||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
mb_internal_encoding('UTF-8');
|
mb_internal_encoding('UTF-8');
|
||||||
|
|
||||||
// Add extlib to our path so we can get Console_Getopt
|
require_once INSTALLDIR . '/extlib/Console/Getopt.php';
|
||||||
|
|
||||||
$_extra_path = array(INSTALLDIR.'/extlib/');
|
|
||||||
|
|
||||||
set_include_path(implode(PATH_SEPARATOR, $_extra_path) . PATH_SEPARATOR . get_include_path());
|
|
||||||
|
|
||||||
require_once 'Console/Getopt.php';
|
|
||||||
|
|
||||||
// Note: $shortoptions and $longoptions should be pre-defined!
|
// Note: $shortoptions and $longoptions should be pre-defined!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user