Aufgabe 7

This commit is contained in:
Robert
2023-12-08 17:21:01 +01:00
parent c69ffd7aa2
commit 070945c4a5
72 changed files with 9225 additions and 995 deletions

9
M4/emensa/config/db.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'host' => 'localhost', // 'localhost' or '127.0.0.1'
'user' => 'root', // '<yourusername>'
'password' => 'admin', // '<yourpassword>'
'database' => 'emensawerbeseite',
// optionally: set port below if it differs from the default 3306
// 'port' => 13306 // !! this is not your webserver port, but the mariadb port
];