summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-19 23:17:07 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-19 23:17:07 +0000
commit7e6682984e1a723ebe875eee92df42989f78dc60 (patch)
tree6c4e7b8041e5fe0fa527a9f2c2a8201c3bf200ec /etc
parent38fa8aea1a76b34948759ec558070c0f1eacf090 (diff)
downloadpfsense-7e6682984e1a723ebe875eee92df42989f78dc60.zip
pfsense-7e6682984e1a723ebe875eee92df42989f78dc60.tar.gz
Make listtags global
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 007c593..d44426c 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2066,6 +2066,7 @@ endif;
/* RRD files changed for quality, traffic and packets graphs */
ini_set("max_execution_time", "1800");
/* convert traffic RRD file */
+ global $parsedcfg, $listtags;
$listtags = array("ds", "v", "rra", "row");
$rrddbpath = "/var/db/rrd/";
OpenPOWER on IntegriCloud