diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-08 20:10:47 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-08 20:10:47 +0100 |
| commit | d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a (patch) | |
| tree | 2d3c431fcf96761a91314e08cde80e3fc8c014fb | |
| parent | b538fcadebc819d070f7d1defc8957da101a707a (diff) | |
| download | linksys-wrt3g-tools-d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a.tar.gz linksys-wrt3g-tools-d5dcda396569fa0f2bed65b7fb13d443ff8d0d1a.zip | |
add dist config file and ignore the real config.php
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config.php.dist | 7 |
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 |
