From 94f14872ed5714a50770564073dc6dbbf1a978bc Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 28 Nov 2015 19:22:48 +0100 Subject: [PATCH] config --- src/config.php.empty | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/config.php.empty diff --git a/src/config.php.empty b/src/config.php.empty new file mode 100644 index 0000000..10830b4 --- /dev/null +++ b/src/config.php.empty @@ -0,0 +1,7 @@ + 'localhost', + 'user' => '', + 'pass' => '', + 'database'=>'' +);