WIP: Untested, solo caricati file di test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/*
|
||||
* catalogue.en.php
|
||||
* Author: Riccardo Di Dato
|
||||
* Creation Date: 08 gen 2019
|
||||
*/
|
||||
|
||||
require_once("/home/asdynamics/private/asdphp/common/catalogue.default.en.php");
|
||||
|
||||
?>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/******************************************
|
||||
* Author : Riccardo Di Dato
|
||||
* Created On : Wed Nov 13 2019
|
||||
* File : catalogue.it.php
|
||||
*******************************************/
|
||||
|
||||
require_once("/home/asdynamics/private/asdphp/common/catalogue.default.it.php");
|
||||
|
||||
?>
|
||||
@@ -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" );
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user