diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-21 20:51:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-21 20:51:40 +0000 |
commit | 9c1c75f4d2b7982b20e8a89f20cfd701262c79fa (patch) | |
tree | b9858031e83b3954bf3c97f6d0c7bba28d6b19ac /usr | |
parent | 4a3fd398cec31e206bb51da2ba83f5f4b32238be (diff) | |
download | pfsense-9c1c75f4d2b7982b20e8a89f20cfd701262c79fa.zip pfsense-9c1c75f4d2b7982b20e8a89f20cfd701262c79fa.tar.gz |
frags -> statetimeout
Ticket #547
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
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> |