Revision c435798f
Added by Scott Ullrich almost 20 years ago
usr/local/www/interfaces_opt.php | ||
---|---|---|
368 | 368 |
?> </select> |
369 | 369 |
</td> |
370 | 370 |
</tr> |
371 |
<?php /* Wireless interface? */ |
|
372 |
if (isset($optcfg['wireless'])) |
|
373 |
wireless_config_print(); |
|
374 |
?> |
|
375 | 371 |
<tr> |
376 | 372 |
<td width="22%" valign="top" class="vncell">Gateway</td> |
377 | 373 |
<td width="78%" class="vtable"> |
... | ... | |
380 | 376 |
If you have multiple WAN connections, enter the next hop gateway (router) IP address here. Otherwise, leave this option blank. |
381 | 377 |
</td> |
382 | 378 |
</tr> |
379 |
<?php /* Wireless interface? */ |
|
380 |
if (isset($optcfg['wireless'])) |
|
381 |
wireless_config_print(); |
|
382 |
?> |
|
383 | 383 |
<tr> |
384 | 384 |
<td colspan="2" valign="top" height="16"></td> |
385 | 385 |
</tr> |
Also available in: Unified diff
MFC 6915
Move gateway above wireless settings