Auf RedBean umgestellt, veröffentlicht
This commit is contained in:
parent
54a7fb72e5
commit
0df8a09aa5
8 changed files with 12643 additions and 846 deletions
6
config/Datenbank_Beispiel.php
Normal file
6
config/Datenbank_Beispiel.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
// Datei in Datenbank.php nach Ausfüllen umbennen
|
||||
define('HOST', 'localhost');
|
||||
define('NUTZER', 'DBnutzer');
|
||||
define('PASSWORT', 'Passw04t');
|
||||
define('DATENBANK', 'DBname');
|
Loading…
Add table
Add a link
Reference in a new issue