[LIB_REFACTOR] Fix requires

This commit is contained in:
Miguel Dantas
2019-08-23 13:36:02 +01:00
committed by Diogo Peralta Cordeiro
parent 2ab2e22a36
commit ab3e8ce21d
105 changed files with 123 additions and 123 deletions

View File

@@ -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