aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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