Remove loads in WebApplication and sysGeneric
This commit is contained in:
@@ -445,10 +445,6 @@ class WebApplication
|
||||
define("PATH_CONTROLLERS", PATH_CORE . "controllers" . PATH_SEP);
|
||||
define("PATH_SERVICES_REST", PATH_CORE . "services" . PATH_SEP . "rest" . PATH_SEP);
|
||||
|
||||
\Bootstrap::registerSystemClasses();
|
||||
\Bootstrap::initVendors();
|
||||
\Bootstrap::LoadSystem( 'monologProvider' );
|
||||
|
||||
$arraySystemConfiguration = \PMSystem::getSystemConfiguration();
|
||||
|
||||
ini_set('date.timezone', $arraySystemConfiguration['time_zone']); //Set Time Zone
|
||||
|
||||
Reference in New Issue
Block a user