diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-25 12:30:18 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-25 12:30:18 -0500 |
commit | 79e99eb47e898159fd9e1b70e957b383326714c0 (patch) | |
tree | 39e0910946d12d11c123d789448296ce24891813 /etc/inc/xmlparse.inc | |
parent | 9592c1327f10f9c8be947f81abcd8c4d8d7343fa (diff) | |
download | pfsense-79e99eb47e898159fd9e1b70e957b383326714c0.zip pfsense-79e99eb47e898159fd9e1b70e957b383326714c0.tar.gz |
Make allowedhostname an array.
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r-- | etc/inc/xmlparse.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index 1304c4e..5fa51c3 100644 --- a/etc/inc/xmlparse.inc +++ b/etc/inc/xmlparse.inc @@ -36,9 +36,9 @@ function listtags() { * I know it's a pain, but it's a pain to find stuff too if it's not */ $ret = explode(" ", - "alias aliasurl allowedip authserver bridged ca cacert cert crl clone config ". - "container columnitem build_port_path depends_on_package disk dnsserver dnsupdate ". - "domainoverrides dyndns earlyshellcmd element encryption-algorithm-option ". + "alias aliasurl allowedip allowedhostname authserver bridged ca cacert cert crl ". + "clone config container columnitem build_port_path depends_on_package disk dnsserver ". + "dnsupdate domainoverrides dyndns earlyshellcmd element encryption-algorithm-option ". "field fieldname hash-algorithm-option gateway_item gateway_group gif gre ". "group hosts member ifgroupentry igmpentry interface_array item key lagg " . "lbaction lbpool l7rules lbprotocol ". |