summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-21 20:51:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-21 20:51:40 +0000
commit9c1c75f4d2b7982b20e8a89f20cfd701262c79fa (patch)
treeb9858031e83b3954bf3c97f6d0c7bba28d6b19ac
parent4a3fd398cec31e206bb51da2ba83f5f4b32238be (diff)
downloadpfsense-9c1c75f4d2b7982b20e8a89f20cfd701262c79fa.zip
pfsense-9c1c75f4d2b7982b20e8a89f20cfd701262c79fa.tar.gz
frags -> statetimeout
Ticket #547
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 5922191..d365125 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -662,7 +662,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncell">State Timeout</td>
<td width="78%" class="vtable">
- <input name="statetimeout" value="<?php echo $pconfig['frags'] ?>">
+ <input name="statetimeout" value="<?php echo $pconfig['statetimeout'] ?>">
<p><strong>Leave blank for default. Amount is in seconds.</strong></p>
</td>
</tr>
OpenPOWER on IntegriCloud