mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 20:58:43 +00:00
6 lines
160 B
PHP
6 lines
160 B
PHP
<?php
|
||
/**
|
||
* Kompatibilitäts-Wrapper – leitet auf die zentrale Backend-Konfiguration um.
|
||
*/
|
||
require_once __DIR__ . '/../../backend/config/mail-config.php';
|