summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-11-10 18:27:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-11-10 18:27:10 +0000
commitc5a2bfdbd3011dd40d2dcc3e5d7be199a4ddf832 (patch)
tree68a8bf48050212d11a41a78bfe5c0167151416aa /etc/inc/xmlparse.inc
parent029d1a7172d3e6a460c349a98a5d11f7c2f483b2 (diff)
downloadpfsense-c5a2bfdbd3011dd40d2dcc3e5d7be199a4ddf832.zip
pfsense-c5a2bfdbd3011dd40d2dcc3e5d7be199a4ddf832.tar.gz
Allow priv to appear multiple times so that a person can downgrade from the pile of SHIT we call -HEAD.
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 88d8dc5..97c3c14 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -34,7 +34,7 @@
function listtags() {
$ret = explode(" ", "element alias aliasurl allowedip cacert config columnitem disk dnsserver domainoverrides " .
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
- "hosts group interface_array item key lbpool menu mobilekey mount onetoone option package passthrumac proxyarpnet " .
+ "hosts group interface_array item key lbpool menu mobilekey mount onetoone option package passthrumac priv proxyarpnet " .
"queue pages pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
"tunnel user vip virtual_server vlan winsserver wolentry depends_on_package");
return $ret;
OpenPOWER on IntegriCloud