add dist config file and ignore the real config.php
authorChristian Weiske <cweiske@cweiske.de>
Wed, 8 Dec 2010 19:10:47 +0000 (20:10 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 8 Dec 2010 19:10:47 +0000 (20:10 +0100)
.gitignore [new file with mode: 0644]
config.php.dist [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4f4773f
--- /dev/null
@@ -0,0 +1 @@
+config.php
diff --git a/config.php.dist b/config.php.dist
new file mode 100644 (file)
index 0000000..8dd7be3
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+$GLOBALS['linksys-wrt3g-tools'] = array(
+    'user'     => 'admin',
+    'password' => 'FIXME',
+    'ip'       => '192.168.FIXME',
+);
+?>
\ No newline at end of file