summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-18 02:58:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-18 02:58:19 +0000
commit64e3b8a6d915c2ff91f2b7d0dbb64e9ca4da4569 (patch)
treeb556b72df3ea890d8ddfd8d4bf9354c369fbb452 /etc/inc/xmlparse.inc
parent0ede1bf7d36e02bf65cc3f9628023da8cc6cc158 (diff)
downloadpfsense-64e3b8a6d915c2ff91f2b7d0dbb64e9ca4da4569.zip
pfsense-64e3b8a6d915c2ff91f2b7d0dbb64e9ca4da4569.tar.gz
Add aliasurl to array list. This will prevent developers working on head from preventing their firewall from booting when testing RELENG_1
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 7068288..f8875a0 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 allowedip cacert config columnitem dnsserver domainoverrides " .
+ $ret = explode(" ", "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