summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-19 13:26:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-19 13:26:27 +0000
commit3f8e57debf6b346ffd5af83c99c79aa3ebc24563 (patch)
treebed5fd09ab4e5be2c96d1379175fbf2bc39bd65a /etc/inc/xmlparse.inc
parent591fe019cce49eb0b269d178169c3f0937c11c8b (diff)
downloadpfsense-3f8e57debf6b346ffd5af83c99c79aa3ebc24563.zip
pfsense-3f8e57debf6b346ffd5af83c99c79aa3ebc24563.tar.gz
Add pages to the array field so that importing recent m0n0wall configurations do not go boom.
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 125e5ee..81b3d56 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -35,7 +35,7 @@ function listtags() {
$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 " .
+ "queue pages pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
"tunnel user vip virtual_server vlan winsserver wolentry depends_on_package");
return $ret;
}
OpenPOWER on IntegriCloud