added empty config file

pull/11/head
dbursem 2015-02-06 01:03:52 +01:00
rodzic 6c7374c870
commit ab87c92f77
2 zmienionych plików z 9 dodań i 1 usunięć

1
.gitignore vendored
Wyświetl plik

@ -1,2 +1 @@
.idea
config.php

9
config.php 100644
Wyświetl plik

@ -0,0 +1,9 @@
<?php
$cfg = [
"db_type" => 'mysql',
"db_host" => 'localhost',
"db_user" => '',
"db_pass" => '',
"db_name" => '',
];