aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-12-08 20:10:47 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-12-08 20:10:47 +0100
commitd5dcda396569fa0f2bed65b7fb13d443ff8d0d1a (patch)
tree2d3c431fcf96761a91314e08cde80e3fc8c014fb
parentb538fcadebc819d070f7d1defc8957da101a707a (diff)
downloadlinksys-wrt3g-tools-d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a.tar.gz
linksys-wrt3g-tools-d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a.zip
add dist config file and ignore the real config.php
-rw-r--r--.gitignore1
-rw-r--r--config.php.dist7
2 files changed, 8 insertions, 0 deletions
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 @@
+<?php
+$GLOBALS['linksys-wrt3g-tools'] = array(
+ 'user' => 'admin',
+ 'password' => 'FIXME',
+ 'ip' => '192.168.FIXME',
+);
+?> \ No newline at end of file