From e08e8a7005d395bdd8cf489e7b92d5c149451c45 Mon Sep 17 00:00:00 2001 From: desirendr Date: Wed, 4 Jan 2017 11:29:45 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20de=20param=C3=A9trage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- app/config/config.inc.php | 45 +++++++++++++++++++++++++++++++++++++++ index.php | 4 ++++ 3 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 app/config/config.inc.php diff --git a/.gitignore b/.gitignore index 62c8935..c0a56cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.idea/ \ No newline at end of file +.idea/ +app/config/server.php +app/config/db.inc.php \ No newline at end of file diff --git a/app/config/config.inc.php b/app/config/config.inc.php new file mode 100644 index 0000000..8efa7ae --- /dev/null +++ b/app/config/config.inc.php @@ -0,0 +1,45 @@ +