From: Christian Weiske Date: Wed, 8 Dec 2010 19:10:47 +0000 (+0100) Subject: add dist config file and ignore the real config.php X-Git-Tag: 1.0.0~72 X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/commitdiff_plain/d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a add dist config file and ignore the real config.php --- 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