diff options
-rwxr-xr-x | usr/local/www/interfaces.php | 2 | ||||
-rwxr-xr-x | usr/local/www/interfaces_lan.php | 2 | ||||
-rwxr-xr-x | usr/local/www/interfaces_opt.php | 2 | ||||
-rwxr-xr-x | usr/local/www/interfaces_wan.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 34f2bcf..139d944 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -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> diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index 27321ba..40a96ba 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -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> diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php index 2542e57..925e8f1 100755 --- a/usr/local/www/interfaces_opt.php +++ b/usr/local/www/interfaces_opt.php @@ -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> diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index 34f2bcf..139d944 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -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> |