index.php aktualisiert

This commit is contained in:
2025-03-21 11:34:37 +01:00
parent 694868a672
commit 2ceeba828e

View File

@@ -7,6 +7,9 @@ if (isset($_SESSION['Firma']['ID']))
define('GUELTIG', $_SESSION['Firma']['A_Bis']);
define('ZAHLBAR', $_SESSION['Firma']['Z_Bis']);
}
if (!defined('PREFIX')) {
define('PREFIX', '');
}
if ('Test' == PREFIX)
{
exit();