[LIB_REFACTOR] Fix requires
This commit is contained in:
committed by
Diogo Cordeiro
parent
58bde08425
commit
b41f9620fa
@@ -34,7 +34,7 @@ define('INSTALLDIR', dirname(__DIR__));
|
||||
define('PUBLICDIR', INSTALLDIR . DIRECTORY_SEPARATOR . 'public');
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . INSTALLDIR . '/extlib');
|
||||
|
||||
require_once INSTALLDIR . '/lib/installer.php';
|
||||
require_once INSTALLDIR . '/lib/util/installer.php';
|
||||
require_once 'Console/Getopt.php';
|
||||
|
||||
class CliInstaller extends Installer
|
||||
|
Reference in New Issue
Block a user