From 074589c36937a468587abe37bc4ce0fbddf80b20 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 5 Sep 2012 16:07:44 +0200 Subject: apply datasize (bytes/bits) only to network related data As discussed in https://github.com/pommi/CGP/pull/1. --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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; $CONFIG['showload'] = true; # show graphs in bits or bytes -$CONFIG['datasize'] = 'bytes'; +$CONFIG['network_datasize'] = 'bytes'; # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; -- cgit v1.1