From e20f1e2c3b071633f0ffda8ab47e5e9e058e400a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 5 Oct 2005 18:52:09 +0000 Subject: [PATCH] Treat earlyshellcmd as an xml array --- 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 7531a925ca..bc6d148481 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; }