aboutsummaryrefslogtreecommitdiff
path: root/config.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.dist')
-rw-r--r--config.php.dist7
1 files changed, 7 insertions, 0 deletions
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