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; }