mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 7415
Use $pconfig
This commit is contained in:
parent
da56c4d74c
commit
c2ce153a12
@ -680,7 +680,7 @@ function type_change(enable_change,enable_change_pptp) {
|
||||
<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($config['system']['disableftpproxy'])) echo "checked"; ?> onclick="enable_change(false)" />
|
||||
<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>
|
||||
|
||||
@ -251,7 +251,7 @@ function enable_change(enable_over) {
|
||||
<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($config['system']['disableftpproxy'])) echo "checked"; ?> onclick="enable_change(false)" />
|
||||
<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>
|
||||
|
||||
@ -433,7 +433,7 @@ function type_change(enable_change,enable_change_pptp) {
|
||||
<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($config['system']['disableftpproxy'])) echo "checked"; ?> onclick="enable_change(false)" />
|
||||
<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>
|
||||
|
||||
@ -680,7 +680,7 @@ function type_change(enable_change,enable_change_pptp) {
|
||||
<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($config['system']['disableftpproxy'])) echo "checked"; ?> onclick="enable_change(false)" />
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user