Material_Verwaltungs_Tool/config/config.php

9 lines
258 B
PHP

<!-- 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';
$notification_days = 7;
?>