summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-17 17:52:01 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-17 17:52:01 -0500
commit0183a568f9156041fb6f16a405ded0aecf958d6a (patch)
tree5fce7daf3902773896c8aab545b5837c0996bfce /usr/local/www/firewall_aliases_edit.php
parent15226bf3de0469bda326f28caf59dac679f9016a (diff)
downloadpfsense-0183a568f9156041fb6f16a405ded0aecf958d6a.zip
pfsense-0183a568f9156041fb6f16a405ded0aecf958d6a.tar.gz
Move to index.php.
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 ab90a5a..535a4a8 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -584,7 +584,7 @@ EOD;
<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="url" <?php if ($pconfig['type'] == "url") echo "selected"; ?>><?=gettext("URL");?></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>
</td>
OpenPOWER on IntegriCloud