summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-05 18:52:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-05 18:52:09 +0000
commite20f1e2c3b071633f0ffda8ab47e5e9e058e400a (patch)
tree4e0f7f7f3a679cf2949d0b049dc82842841a9cb7 /etc/inc/xmlparse.inc
parent3a4491add1aed8dfbc3c25f72d0d26035fe82363 (diff)
downloadpfsense-e20f1e2c3b071633f0ffda8ab47e5e9e058e400a.zip
pfsense-e20f1e2c3b071633f0ffda8ab47e5e9e058e400a.tar.gz
Treat earlyshellcmd as an xml array
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 7531a92..bc6d148 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -35,7 +35,7 @@ function listtags() {
$ret = explode(" ", "alias 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 route row rule service servernat servers shellcmd staticmap subqueue " .
+ "queue route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
"tunnel user vip virtual_server vlan winsserver wolentry");
return $ret;
}
OpenPOWER on IntegriCloud