summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-05 01:52:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-05 01:52:26 +0000
commit47042140c9e360fafc832e63b434ab34bb008e48 (patch)
tree7fd903b41b035872e55fe8786095fd0b0101388c /usr/local
parent5896157c59c62e4a1c21e02ee406b1010f4bb532 (diff)
downloadpfsense-47042140c9e360fafc832e63b434ab34bb008e48.zip
pfsense-47042140c9e360fafc832e63b434ab34bb008e48.tar.gz
Move state timeout to advanced options row, its the same as the other options as you leave it blank for default.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php16
1 files changed, 7 insertions, 9 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index f09bc29..4fa9ee4 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -656,9 +656,14 @@ include("head.inc");
if($x == $pconfig['max-src-conn-rates']) $selected = " selected"; else $selected = "";
echo "<option value=\"{$x}\"{$selected}>{$x}</option>\n";
} ?>
- </select>
- <br />
+ </select><br />
Maximum new connections / per second
+ <p>
+
+ <input name="statetimeout" value="<?php echo $pconfig['statetimeout'] ?>"><br>
+ <?=gettext("State Timeout in seconds");?>
+ <p />
+
<p><strong>NOTE: Leave these fields blank to disable this feature.</strong>
</td>
</tr>
@@ -682,13 +687,6 @@ include("head.inc");
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">State Timeout</td>
- <td width="78%" class="vtable">
- <input name="statetimeout" value="<?php echo $pconfig['statetimeout'] ?>">
- <p><strong>Leave blank for default. Amount is in seconds.</strong></p>
- </td>
- </tr>
- <tr>
<td width="22%" valign="top" class="vncell">No XMLRPC Sync</td>
<td width="78%" class="vtable">
<input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
OpenPOWER on IntegriCloud