mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 15:38:43 +00:00
18 lines
381 B
PHP
18 lines
381 B
PHP
<?php
|
|
/**
|
|
* HexaHost.de Konfiguration
|
|
*
|
|
* HINWEIS: Diese Datei ist veraltet!
|
|
*
|
|
* Die Konfiguration wurde nach mail-config.php verschoben.
|
|
* Bitte verwenden Sie stattdessen:
|
|
*
|
|
* require_once 'config/mail-config.php';
|
|
*
|
|
* Diese Datei wird nur aus Kompatibilitätsgründen beibehalten.
|
|
*/
|
|
|
|
// Lade die neue Konfiguration
|
|
require_once __DIR__ . '/mail-config.php';
|
|
?>
|