codex update
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
// -----------------------------------------------------------
|
||||
require_once __DIR__ . "/config.php";
|
||||
|
||||
$emailtemplateConfigPath = __DIR__ . '/emailtemplate.conf.php';
|
||||
if (is_file($emailtemplateConfigPath)) {
|
||||
$GLOBALS['emailtemplate_config'] = require $emailtemplateConfigPath;
|
||||
}
|
||||
|
||||
|
||||
// Diese Werte später ins Template schieben:
|
||||
$GLOBALS['app_env'] = APP_ENV;
|
||||
|
||||
Reference in New Issue
Block a user