Treat earlyshellcmd as an xml array

This commit is contained in:
Scott Ullrich 2005-10-05 18:52:09 +00:00
parent 3a4491add1
commit e20f1e2c3b

View File

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