summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-01-04 18:55:53 -0500
committerChris Buechler <cmb@pfsense.org>2011-01-04 18:56:34 -0500
commit0b821acf8f8a791869fc3523ac0cac27a785434f (patch)
tree87af07e56accffd530dd8f0b52ccafd9563fe32a /usr/local/www/firewall_aliases_edit.php
parent99fbc94a86254119a9c3bc01cc376495daf73e9e (diff)
downloadpfsense-0b821acf8f8a791869fc3523ac0cac27a785434f.zip
pfsense-0b821acf8f8a791869fc3523ac0cac27a785434f.tar.gz
comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 release
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 535a4a8..74f7f03 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -583,7 +583,7 @@ EOD;
<option value="host" <?php if ($pconfig['type'] == "host") echo "selected"; ?>><?=gettext("Host(s)"); ?></option>
<option value="network" <?php if ($pconfig['type'] == "network") echo "selected"; ?>><?=gettext("Network(s)"); ?></option>
<option value="port" <?php if ($pconfig['type'] == "port") echo "selected"; ?>><?=gettext("Port(s)"); ?></option>
- <option value="openvpn" <?php if ($pconfig['type'] == "openvpn") echo "selected"; ?>><?=gettext("OpenVPN Users"); ?></option>
+<!-- <option value="openvpn" <?php if ($pconfig['type'] == "openvpn") echo "selected"; ?>><?=gettext("OpenVPN Users"); ?></option> -->
<option value="url" <?php if ($pconfig['type'] == "url") echo "selected"; ?>><?=gettext("URL");?></option>
<option value="urltable" <?php if ($pconfig['type'] == "urltable") echo "selected"; ?>><?=gettext("URL Table"); ?></option>
</select>
OpenPOWER on IntegriCloud