I changed my mind

This commit is contained in:
Daniel Løvbrøtte Olsen
2016-05-12 22:26:09 +02:00
parent b9e0ef7f43
commit f76ca2b4df
2 changed files with 0 additions and 0 deletions

7
blomzt/config.php Normal file
View File

@@ -0,0 +1,7 @@
<? php
return array(
'db_host' => 'localhost'
'db_username' => 'root'
'db_password' => 'password'
);