summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-27 05:01:38 +0000
committerBill Marquette <billm@pfsense.org>2005-06-27 05:01:38 +0000
commitc42c5e8159ac3eec94541743f27a24e086a83817 (patch)
treefc20c7fb657f30e9b0a3a4a11c3f269b73783c51 /etc/inc/xmlparse.inc
parent7766ebb9497c085f8af873b99b62353339f1a0e8 (diff)
downloadpfsense-c42c5e8159ac3eec94541743f27a24e086a83817.zip
pfsense-c42c5e8159ac3eec94541743f27a24e086a83817.tar.gz
Treat cacert as a list when we write XML files as well
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 0e4be9e..dc8d22c 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -201,7 +201,7 @@ function dump_xml_config_sub($arr, $indent) {
function dump_xml_config($arr, $rootobj) {
global $listtags;
- $listtags = explode(" ", "row config package columnitem option item fieldname field rule user key subqueue " .
+ $listtags = explode(" ", "cacert row config package columnitem option item fieldname field rule user key subqueue " .
"dnsserver winsserver encryption-algorithm-option hash-algorithm-option hosts tunnel " .
"onetoone staticmap route alias pipe queue shellcmd earlyshellcmd mobilekey " .
"service servernat proxyarpnet passthrumac allowedip wolentry vlan menu domainoverrides");
OpenPOWER on IntegriCloud