summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-04-28 21:10:57 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-04-28 21:10:57 -0600
commit1364604bb503b02e80240bda728e154394271b9c (patch)
tree9ed6f376402c6759a70585dc2660daa575ce6d83 /usr/local/www/system_advanced_firewall.php
parentedc7a2815f7f89b1466a2b85ee52f2072d097b81 (diff)
parent01dcf2b396fdf374e7cc466f4619b1ff14a1bec6 (diff)
downloadpfsense-1364604bb503b02e80240bda728e154394271b9c.zip
pfsense-1364604bb503b02e80240bda728e154394271b9c.tar.gz
Merge remote branch 'mainline/master'
Diffstat (limited to 'usr/local/www/system_advanced_firewall.php')
-rw-r--r--usr/local/www/system_advanced_firewall.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index c6fcd1d..e3d2e1e 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -59,6 +59,7 @@ $pconfig['disablenatreflection'] = $config['system']['disablenatreflection'];
$pconfig['reflectiontimeout'] = $config['system']['reflectiontimeout'];
$pconfig['bypassstaticroutes'] = isset($config['filter']['bypassstaticroutes']);
$pconfig['disablescrub'] = isset($config['system']['disablescrub']);
+$pconfig['tftpinterface'] = $config['system']['tftpinterface'];
if ($_POST) {
@@ -321,7 +322,7 @@ function update_description(itemnum) {
<option value="<?=$ifent;?>" <?php if (stristr($pconfig['tftpinterface'], $ifent)) echo "selected"; ?>><?=gettext($ifdesc);?></option>
<?php endforeach; ?>
</select>
- <strong>Choose the interfaces where you want TFTP proxy help to be enabled.</strong>
+ <strong>Choose the interfaces where you want TFTP proxy helper to be enabled.</strong>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud