From d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 8 Dec 2010 20:10:47 +0100 Subject: [PATCH] add dist config file and ignore the real config.php --- .gitignore | 1 + config.php.dist | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 config.php.dist diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f4773f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.php diff --git a/config.php.dist b/config.php.dist new file mode 100644 index 0000000..8dd7be3 --- /dev/null +++ b/config.php.dist @@ -0,0 +1,7 @@ + 'admin', + 'password' => 'FIXME', + 'ip' => '192.168.FIXME', +); +?> \ No newline at end of file -- 2.30.2