diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-11-03 17:12:29 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-11-03 17:12:29 +0000 |
commit | f5881023b3e4e6c4b7e7beef3002ce0aeebeab82 (patch) | |
tree | abc266cf6766d6357eae6ed47b0badafffb0ae03 /usr/local | |
parent | 154deb027831c5dbb0231b815dfb2d7068b5b885 (diff) | |
download | pfsense-f5881023b3e4e6c4b7e7beef3002ce0aeebeab82.zip pfsense-f5881023b3e4e6c4b7e7beef3002ce0aeebeab82.tar.gz |
Be more strict on shaper checking and what is written to config. Clean up whitespace while here.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 2310462..181a51e 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -375,7 +375,7 @@ if ($queue || $altq || $newqueue) { $output .= "<tr><td valign=\"top\" class=\"vncellreq\"><br>"; $output .= "Enable/Disable"; $output .= "</td><td class=\"vncellreq\">"; - $output .= " <input type=\"checkbox\" id=\"enabled\" name=\"enabled\""; + $output .= " <input type=\"checkbox\" id=\"enabled\" name=\"enabled\" value=\"enabled\""; if ($queue) if ($queue->GetEnabled()) $output .= " CHECKED"; |