summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-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