summaryrefslogtreecommitdiff
path: root/includes/config.defaults.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-09-25 21:44:48 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-09-25 21:44:48 +0200
commite5751517b1e3d35d4d326e249114df8ac9acb01a (patch)
tree88a08c8cee51da019695d7ad57e93f76e6180e5a /includes/config.defaults.php
parent89e16b0c0202899486d4952cdd0017a1ebb7db9e (diff)
Start documentation for the configuration options.
Diffstat (limited to 'includes/config.defaults.php')
-rw-r--r--includes/config.defaults.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php
index 038d661..d174967 100644
--- a/includes/config.defaults.php
+++ b/includes/config.defaults.php
@@ -78,7 +78,10 @@ $config = array(
'description' => 'Display the path to a given destination.',
'parameter' => 'The parameter must be an IPv4/IPv6 address (without mask) or a fully qualified domain name.<br />RFC1918 addresses, IPv6 starting with FD or FC, and IPv4 reserved ranges (0.0.0.0/8, 169.254.0.0/16, 192.0.2.0/24 and 224.0.0.0/4) may be refused.<br /><br />Example of valid arguments:<br /><ul><li>8.8.8.8</li><li>2001:db8:1337::42</li><li>example.com</li></ul>'
)
- )
+ ),
+
+ // Routers
+ 'routers' => array()
);