summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-23 04:11:59 +0000
committerColin Smith <colin@pfsense.org>2005-06-23 04:11:59 +0000
commit7565fb3117c2cdeec1b6ac69e939cbc09a51ea40 (patch)
tree4408e0840a0de25f35f03adc12f688f042dd3fbc
parent19a11678529d3a2c1ad12b7609714913dbd0b508 (diff)
downloadpfsense-7565fb3117c2cdeec1b6ac69e939cbc09a51ea40.zip
pfsense-7565fb3117c2cdeec1b6ac69e939cbc09a51ea40.tar.gz
Whoops, don't forget to remove restore_listtags.
-rw-r--r--etc/inc/xmlparse.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 19ae064..3ae97ef 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -30,18 +30,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* tags that are always to be handled as lists */
-function restore_listtags() {
- global $listtags;
- $listtags = explode(" ", "row config package columnitem option item fieldname field rule user key subqueue " .
- "dnsserver winsserver encryption-algorithm-option hash-algorithm-option hosts tunnel " .
- "onetoone staticmap route alias pipe queue shellcmd earlyshellcmd mobilekey " .
- "service servernat proxyarpnet passthrumac allowedip wolentry vlan menu domainoverrides");
- return;
-}
-
-restore_listtags();
-
function startElement($parser, $name, $attrs) {
global $parsedcfg, $depth, $curpath, $havedata, $listtags;
OpenPOWER on IntegriCloud