diff options
Diffstat (limited to '')
-rw-r--r-- | conf/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index 288e085..99190f1 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -42,6 +42,9 @@ $CONFIG['term'] = array( | |||
42 | # show graphs in bits or bytes | 42 | # show graphs in bits or bytes |
43 | $CONFIG['network_datasize'] = 'bytes'; | 43 | $CONFIG['network_datasize'] = 'bytes'; |
44 | 44 | ||
45 | # png or canvas graphs | ||
46 | $CONFIG['graph_type'] = 'png'; | ||
47 | |||
45 | # browser cache time for the graphs (in seconds) | 48 | # browser cache time for the graphs (in seconds) |
46 | $CONFIG['cache'] = 90; | 49 | $CONFIG['cache'] = 90; |
47 | 50 | ||