WIP: Untested, solo caricati file di test

This commit is contained in:
Riccardo Di Dato
2020-09-23 00:05:00 +02:00
parent 0c74df1983
commit d1f4f4c50c
44 changed files with 1034 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?php
/*
Author: Riccardo Di Dato
Creation Date: 07/gen/2016
*/
// SMTP
use ASD\Context;
Context::setDefaultMultilanguageLocaleName("en");
Context::setCurrentLocale("gui","en");
Context::setCurrentLocale("system","en");
Context::setCurrentLocale("api","en");
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" );
Context::getEnvironment()->addFilePath("comunication.idle", Context::getEnvironment()->getDirectoryPath("comunication")."/idle" );
?>