diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index 7355e92..be03e54 100644 --- a/config.php.example +++ b/config.php.example @@ -14,6 +14,8 @@ $config['frontpage']['title'] = 'Looking Glass'; $config['frontpage']['image'] = 'logo.png'; // Disclaimer to inform people using the looking glass $config['frontpage']['disclaimer'] = 'This is a disclaimer!'; +// Frontpage order you can use: routers, commands, parameters, buttons +$config['frontpage']['order'] = array('routers', 'commands', 'parameters', 'buttons'); // Logs file when commands will be written $config['misc']['logs'] = '/var/log/looking-glass.log'; |