Vari fix
This commit is contained in:
@@ -13,6 +13,13 @@ Context::setCurrentLocale("gui","en");
|
||||
Context::setCurrentLocale("system","en");
|
||||
Context::setCurrentLocale("api","en");
|
||||
|
||||
|
||||
// %% LOGS
|
||||
$logPath = Context::getEnvironment()->getDirectoryPath("log");
|
||||
Context::getEnvironment()->addFilePath("log.job", $logPath."/job.log");
|
||||
|
||||
|
||||
// %% FS Exchange Files
|
||||
Context::getEnvironment()->addDirectoryPath("comunication", "/jobComunication");
|
||||
Context::getEnvironment()->addFilePath("comunication.shutdown", Context::getEnvironment()->getDirectoryPath("comunication")."/shutdown" );
|
||||
Context::getEnvironment()->addFilePath("comunication.execution", Context::getEnvironment()->getDirectoryPath("comunication")."/execution" );
|
||||
|
||||
Reference in New Issue
Block a user