aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index c6fce92..1862044 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -26,7 +26,7 @@ $CONFIG['time_range']['uptime'] = 31536000;
26$CONFIG['showload'] = true; 26$CONFIG['showload'] = true;
27 27
28# show graphs in bits or bytes 28# show graphs in bits or bytes
29$CONFIG['datasize'] = 'bytes'; 29$CONFIG['network_datasize'] = 'bytes';
30 30
31# browser cache time for the graphs (in seconds) 31# browser cache time for the graphs (in seconds)
32$CONFIG['cache'] = 90; 32$CONFIG['cache'] = 90;