summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-08 00:46:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-08 00:46:23 +0000
commit3c393400dbcbf08b694582679c2bfbedfa337925 (patch)
tree153882fd6aa493d648572f20d6941f0424bfa1e6 /usr
parentb1f2356868d2f64059109c2daf0cfff6376fd984 (diff)
downloadpfsense-3c393400dbcbf08b694582679c2bfbedfa337925.zip
pfsense-3c393400dbcbf08b694582679c2bfbedfa337925.tar.gz
Move FTP Helper to above wireless portion. Uncheck box correctly on page restore.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_lan.php14
-rwxr-xr-xusr/local/www/interfaces_opt.php29
2 files changed, 29 insertions, 14 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index 40a96ba..8c6f10c 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -216,6 +216,20 @@ function enable_change(enable_over) {
?>
</select></td>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">FTP Helper</td>
+ </tr>
+ <tr>
+ <td width="22%" valign="top" class="vncell">FTP Helper</td>
+ <td width="78%" class="vtable">
+ <input name="disableftpproxy" type="checkbox" id="disableftpproxy" value="yes" <?php if (isset($pconfig['disableftpproxy'])) echo "checked"; ?> onclick="enable_change(false)" />
+ <strong>Disable the userland FTP-Proxy application</strong>
+ <br />
+ </td>
+ </tr>
<?php /* Wireless interface? */
if (isset($lancfg['wireless']))
wireless_config_print();
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index 925e8f1..f8f448f 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -386,6 +386,20 @@ 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>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">FTP Helper</td>
+ </tr>
+ <tr>
+ <td width="22%" valign="top" class="vncell">FTP Helper</td>
+ <td width="78%" class="vtable">
+ <input name="disableftpproxy" type="checkbox" id="disableftpproxy" value="yes" <?php if (isset($pconfig['disableftpproxy'])) echo "checked"; ?> onclick="enable_change(false)" />
+ <strong>Disable the userland FTP-Proxy application</strong>
+ <br />
+ </td>
+ </tr>
<?php /* Wireless interface? */
if (isset($optcfg['wireless']))
wireless_config_print();
@@ -424,20 +438,7 @@ function type_change(enable_change,enable_change_pptp) {
<br> The bandwidth setting will define the speed of the interface for traffic shaping. Do not enter your "Internet" bandwidth here, only the physical speed!
</td>
</tr>
- <tr>
- <td colspan="2" valign="top" height="16"></td>
- </tr>
- <tr>
- <td colspan="2" valign="top" class="listtopic">FTP Helper</td>
- </tr>
- <tr>
- <td width="22%" valign="top" class="vncell">FTP Helper</td>
- <td width="78%" class="vtable">
- <input name="disableftpproxy" type="checkbox" id="disableftpproxy" value="yes" <?php if (isset($pconfig['disableftpproxy'])) echo "checked"; ?> onclick="enable_change(false)" />
- <strong>Disable the userland FTP-Proxy application</strong>
- <br />
- </td>
- </tr>
+
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud