From c42c5e8159ac3eec94541743f27a24e086a83817 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Mon, 27 Jun 2005 05:01:38 +0000 Subject: Treat cacert as a list when we write XML files as well --- etc/inc/xmlparse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') 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"); -- cgit v1.1