summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-17 01:14:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-17 01:14:58 +0000
commitc435798ff939fe2309e8abfa3c9c923becc5faf6 (patch)
tree64b3c43092d7ff9aedee56c54b9cf372f00d6ae7 /usr
parent3c18fbc9ce06837e1f5a3a143723e0d5d7f89a4d (diff)
downloadpfsense-c435798ff939fe2309e8abfa3c9c923becc5faf6.zip
pfsense-c435798ff939fe2309e8abfa3c9c923becc5faf6.tar.gz
MFC 6915
Move gateway above wireless settings
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_opt.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index 4b3ebc4..bfcaed6 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -368,10 +368,6 @@ function type_change(enable_change,enable_change_pptp) {
?> </select>
</td>
</tr>
- <?php /* Wireless interface? */
- if (isset($optcfg['wireless']))
- wireless_config_print();
- ?>
<tr>
<td width="22%" valign="top" class="vncell">Gateway</td>
<td width="78%" class="vtable">
@@ -380,6 +376,10 @@ function type_change(enable_change,enable_change_pptp) {
If you have multiple WAN connections, enter the next hop gateway (router) IP address here. Otherwise, leave this option blank.
</td>
</tr>
+ <?php /* Wireless interface? */
+ if (isset($optcfg['wireless']))
+ wireless_config_print();
+ ?>
<tr>
<td colspan="2" valign="top" height="16"></td>
</tr>
OpenPOWER on IntegriCloud