Ignore config.php

This commit is contained in:
Furentes
2019-05-22 22:19:40 +02:00
parent ba97176e37
commit cc3073803d
2 changed files with 1 additions and 10 deletions

View File

@ -1,10 +0,0 @@
<?php
define('SITE_TITLE', 'Title of Doom');
define('DB_HOST', 'localhost');
define('DB_NAME', 'bloggr');
define('DB_USER', 'root');
define('DB_PASS', '');
define('ADMIN_USER', 'admin');
define('ADMIN_EMAIL', 'test@test.com');