summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-27 05:05:38 +0000
committerBill Marquette <billm@pfsense.org>2005-06-27 05:05:38 +0000
commit39cecbebff0a3d2aeaba4a52584880f84e2f33ad (patch)
tree82deacea1f98b4575e09e5ee2bc8b7784853c79e /etc/inc/xmlparse.inc
parentc42c5e8159ac3eec94541743f27a24e086a83817 (diff)
downloadpfsense-39cecbebff0a3d2aeaba4a52584880f84e2f33ad.zip
pfsense-39cecbebff0a3d2aeaba4a52584880f84e2f33ad.tar.gz
pipe no longer exists and hasn't for some time
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index dc8d22c..c950a87 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -107,7 +107,7 @@ function parse_xml_config($cffile, $rootobj) {
global $listtags;
$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 " .
+ "onetoone staticmap route alias queue shellcmd earlyshellcmd mobilekey " .
"service servernat proxyarpnet passthrumac allowedip wolentry vlan menu domainoverrides");
return parse_xml_config_raw($cffile, $rootobj);
}
@@ -203,7 +203,7 @@ function dump_xml_config($arr, $rootobj) {
global $listtags;
$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 " .
+ "onetoone staticmap route alias queue shellcmd earlyshellcmd mobilekey " .
"service servernat proxyarpnet passthrumac allowedip wolentry vlan menu domainoverrides");
return dump_xml_config_raw($arr, $rootobj);
}
OpenPOWER on IntegriCloud