Add pages to the array field so that importing recent m0n0wall configurations do not go boom.

This commit is contained in:
Scott Ullrich 2006-06-19 13:26:27 +00:00
parent 591fe019cc
commit 3f8e57debf

View File

@ -35,7 +35,7 @@ function listtags() {
$ret = explode(" ", "element alias aliasurl 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 pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
"queue pages pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
"tunnel user vip virtual_server vlan winsserver wolentry depends_on_package");
return $ret;
}