summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-27 04:06:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-27 04:06:04 +0000
commit7766ebb9497c085f8af873b99b62353339f1a0e8 (patch)
treeb83de24fea332c26c81d833cf401a380337b9897 /etc/inc/xmlparse.inc
parent1094569591d669ed8655193470d12877e177c4c4 (diff)
downloadpfsense-7766ebb9497c085f8af873b99b62353339f1a0e8.zip
pfsense-7766ebb9497c085f8af873b99b62353339f1a0e8.tar.gz
add cacert to xml array
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 a87a6cb..0e4be9e 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -105,7 +105,7 @@ function cData($parser, $data) {
function parse_xml_config($cffile, $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