summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-23 20:25:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-23 20:25:55 +0000
commitbce8a7193050e5b7285729fb043ca1e92cd9a81e (patch)
treec1bb4c4d1f2af712fb60ba82c7e8c85f8331cbcc /etc/inc/xmlparse.inc
parentd8c091f8bd1a431a943fc86cdb0fe35b8830e5d1 (diff)
downloadpfsense-bce8a7193050e5b7285729fb043ca1e92cd9a81e.zip
pfsense-bce8a7193050e5b7285729fb043ca1e92cd9a81e.tar.gz
Make <time> an array so it can appear multiple times
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 4ff0c43..518cc04 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -36,7 +36,7 @@ function listtags() {
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
"hosts group interface_array item key lbpool menu mobilekey mount onetoone option package passthrumac priv proxyarpnet " .
"queue pages pipe route row rule schedule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
- "tunnel user vip virtual_server vlan winsserver wolentry depends_on_package");
+ "time tunnel user vip virtual_server vlan winsserver wolentry depends_on_package");
return $ret;
}
OpenPOWER on IntegriCloud