Revision 3fdc661d
Added by Scott Ullrich about 19 years ago
etc/inc/xmlparse.inc | ||
---|---|---|
34 | 34 |
function listtags() { |
35 | 35 |
$ret = explode(" ", "element alias aliasurl allowedip cacert config columnitem dnsserver domainoverrides " . |
36 | 36 |
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " . |
37 |
"hosts interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " . |
|
37 |
"hosts group interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
|
|
38 | 38 |
"queue pages pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " . |
39 | 39 |
"tunnel user vip virtual_server vlan winsserver wolentry depends_on_package"); |
40 | 40 |
return $ret; |
Also available in: Unified diff
Add group to the array field so that importing recent m0n0wall configurations do not go boom.