summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-21 01:10:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-21 01:10:18 +0000
commit4b49bf19c69b9040c98be398afd16d3776262042 (patch)
treebab32cdbec1dcef8aa52d8334b4eac2865ea22f5 /etc/inc/xmlparse.inc
parent042576375a2e927dce8c26d626b7effbeebd2551 (diff)
downloadpfsense-4b49bf19c69b9040c98be398afd16d3776262042.zip
pfsense-4b49bf19c69b9040c98be398afd16d3776262042.tar.gz
Add elements to the array types
Ticket #793
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 ddccc81..8ffccec 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -32,7 +32,7 @@
/* The following items will be treated as arrays in config.xml */
function listtags() {
- $ret = explode(" ", "alias aliasurl allowedip cacert config columnitem dnsserver domainoverrides " .
+ $ret = explode(" ", "element alias aliasurl allowedip cacert config columnitem dnsserver domainoverrides " .
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
"hosts interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
"queue pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
OpenPOWER on IntegriCloud