summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-03 17:12:29 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-03 17:12:29 +0000
commitf5881023b3e4e6c4b7e7beef3002ce0aeebeab82 (patch)
treeabc266cf6766d6357eae6ed47b0badafffb0ae03 /usr/local/www/firewall_shaper.php
parent154deb027831c5dbb0231b815dfb2d7068b5b885 (diff)
downloadpfsense-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/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php2
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";
OpenPOWER on IntegriCloud