summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-05-29 10:11:33 +0700
committergnhb <gnoahb@gmail.com>2010-05-29 10:11:33 +0700
commit68f0c07a0adab08b3fba2bc6749215e10d4d43ce (patch)
tree4c698cbfdbae5b2f37f6cb8f6051efde92cba840 /usr/local/www/interfaces.php
parentd6366dd7beefba982c1e04a1f43f20cfe306808a (diff)
parent40e18a72af0d2633251ef197ff6311325ce4eae9 (diff)
downloadpfsense-68f0c07a0adab08b3fba2bc6749215e10d4d43ce.zip
pfsense-68f0c07a0adab08b3fba2bc6749215e10d4d43ce.tar.gz
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Conflicts: etc/inc/pfsense-utils.inc usr/local/www/interfaces.php
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index a68112a..65389d7 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1468,6 +1468,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<br/><br/>
Location<br/>
<select name="reglocation" class="formselect" id="reglocation">
+ <option <? if (empty($pconfig['reglocation'])) echo "selected"; ?> value="">Default</option>
<option <? if ($pconfig['reglocation'] == 'indoor') echo "selected"; ?> value="indoor">Indoor</option>
<option <? if ($pconfig['reglocation'] == 'outdoor') echo "selected"; ?> value="outdoor">Outdoor</option>
<option <? if ($pconfig['reglocation'] == 'anywhere') echo "selected"; ?> value="anywhere">Anywhere</option>
OpenPOWER on IntegriCloud