diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/config.defaults.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index db0b1cf..87784df 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -69,7 +69,9 @@ $config = array( // Show visitor IP address 'show_visitor_ip' => true, // Frontpage order you can use: routers, commands, parameter, buttons - 'order' => array('routers', 'commands', 'parameter', 'buttons') + 'order' => array('routers', 'commands', 'parameter', 'buttons'), + // Number of routers to show on frontpage + 'router_count' => 5 ), // Contact (both null for no contact) |