diff options
Diffstat (limited to '')
-rw-r--r-- | conf/config.php | 1 |
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, |