mirror of
https://github.com/p08dev/Bloggr.git
synced 2026-06-17 12:43:56 +02:00
Initial commit
Base site creation
This commit is contained in:
10
lib/config.php
Normal file
10
lib/config.php
Normal 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');
|
||||
Reference in New Issue
Block a user