codex update

This commit is contained in:
2025-12-05 01:17:28 +01:00
parent 9dee06cdd6
commit 546146ed4e
14 changed files with 924 additions and 873 deletions

View File

@@ -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;