aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index 157012a..ec55d30 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -32,6 +32,7 @@ $CONFIG['time_range']['uptime'] = 31536000;
32# show load averages and used memory on overview page 32# show load averages and used memory on overview page
33$CONFIG['showload'] = true; 33$CONFIG['showload'] = true;
34$CONFIG['showmem'] = false; 34$CONFIG['showmem'] = false;
35$CONFIG['showtime'] = false;
35 36
36$CONFIG['term'] = array( 37$CONFIG['term'] = array(
37 '2hour' => 3600 * 2, 38 '2hour' => 3600 * 2,