This commit is contained in:
2025-11-17 23:50:23 +01:00
parent 2022132f00
commit 17c5ffcd59
7 changed files with 339 additions and 1 deletions

10
src/config.php Executable file
View File

@@ -0,0 +1,10 @@
<?php
// inc/config.php
// Diese Datei außerhalb des Webroots ablegen!
return [
'db_host' => 'localhost',
'db_name' => 'd0453540',
'db_user' => 'd0453540',
'db_pass' => 'P6jGRrSaX8QSiBMEJBL7',
'db_charset' => 'utf8mb4',
];