Stunden ende, einiges fertig, fehlt nicht mehr viel

Took 2 hours 31 minutes
This commit is contained in:
2020-10-02 10:41:09 +02:00
parent 1fd648bc4a
commit c37ad92dbc
51 changed files with 26430 additions and 17 deletions

7
config.inc.php Normal file
View File

@ -0,0 +1,7 @@
<?php
define( 'MYSQL_HOST', 'localhost' );
define( 'MYSQL_USER', 'online-faq' );
define( 'MYSQL_PASS', 'RnKVJHcUBIIu1XM2' );
define( 'MYSQL_DB', 'online-faq' );