Initial commit

Base site creation
This commit is contained in:
Furentes
2019-05-09 13:33:04 +02:00
commit 36826f48a8
10 changed files with 1050 additions and 0 deletions

10
lib/config.php Normal file
View File

@ -0,0 +1,10 @@
<?php
define('SITE_TITLE', 'aaaaaaaaaaaa');
define('DB_HOST', 'localhost');
define('DB_NAME', 'bloggr');
define('DB_USER', 'root');
define('DB_PASS', '');
define('ADMIN_USER', 'kein');
define('ADMIN_EMAIL', 'adsasd@hsadashd.com');