Dateien nach "config" hochladen

This commit is contained in:
M_Viper 2024-02-24 14:09:49 +00:00
parent a288813b79
commit 36fb9f45cb
1 changed files with 8 additions and 0 deletions

8
config/config.php Normal file
View File

@ -0,0 +1,8 @@
<!-- 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';
?>