diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2015-02-09 17:37:59 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2015-02-09 17:37:59 +0100 |
commit | 6f2b5a3ad6a5cefb41e8c32abab29c39ab619048 (patch) | |
tree | c6e100bd5c0514c87cdb97eacb693d2747ef9312 /includes | |
parent | 767174015892dde07a6bc9999e9170b7c21dd378 (diff) |
Forgotten 'parameters'.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/config.defaults.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 1263a41..87c6dae 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -52,8 +52,8 @@ $config = array( 'show_title' => true, // Show visitor IP address 'show_visitor_ip' => true, - // Frontpage order you can use: routers, commands, parameters, buttons - 'order' => array('routers', 'commands', 'parameters', 'buttons') + // Frontpage order you can use: routers, commands, parameter, buttons + 'order' => array('routers', 'commands', 'parameter', 'buttons') ), // Contact (both null for no contact) |