2024-02-24 14:09:49 +00:00
|
|
|
<!-- hier muss nichts eingetragen werden Das wird Automatisch bei der Installation ausgefüllt -->
|
|
|
|
<?php
|
|
|
|
$host = 'Server IP';
|
|
|
|
$username = 'Benutzername';
|
|
|
|
$password = 'Passwort';
|
|
|
|
$database = 'Datenbank Name';
|
|
|
|
$email = 'Mailadresse';
|
2024-02-25 15:26:49 +00:00
|
|
|
$notification_days = 7;
|
2024-02-24 14:09:49 +00:00
|
|
|
?>
|