up
This commit is contained in:
10
src/config.php
Executable file
10
src/config.php
Executable 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',
|
||||
];
|
||||
Reference in New Issue
Block a user