From 3f8e57debf6b346ffd5af83c99c79aa3ebc24563 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 19 Jun 2006 13:26:27 +0000 Subject: [PATCH] Add pages to the array field so that importing recent m0n0wall configurations do not go boom. --- etc/inc/xmlparse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index 125e5ee140..81b3d56550 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; }