This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-10-31 08:33:47 -04:00
parent 577df23797
commit 99300c9178

View File

@@ -519,6 +519,12 @@ $oHeadPublisher = & headPublisher::getSingleton();
if (! defined( 'PATH_DATA' ) || ! file_exists( PATH_DATA )) { if (! defined( 'PATH_DATA' ) || ! file_exists( PATH_DATA )) {
// new installer, extjs based // new installer, extjs based
define( 'PATH_DATA', PATH_C ); define( 'PATH_DATA', PATH_C );
//important to start laravel classes
app()->useStoragePath(realpath(PATH_DATA));
app()->make(Kernel::class)->bootstrap();
restore_error_handler();
//NewRelic Snippet - By JHL //NewRelic Snippet - By JHL
transactionLog(PATH_CONTROLLERS.'installer.php'); transactionLog(PATH_CONTROLLERS.'installer.php');
$pathFile = PATH_CONTROLLERS . 'installer.php'; $pathFile = PATH_CONTROLLERS . 'installer.php';