diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-05 22:01:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-05 22:01:18 +0000 |
commit | 92cd8817188707a95a1d1fa37baef0209b8094b5 (patch) | |
tree | f108b434c13e858b7bddd7999cf3c83e352a9bb6 /usr | |
parent | e128be1b0aa5bf6ffffba24fa5655e101849fca5 (diff) | |
download | pfsense-92cd8817188707a95a1d1fa37baef0209b8094b5.zip pfsense-92cd8817188707a95a1d1fa37baef0209b8094b5.tar.gz |
Remove extra " firewall_shaper_queues_edit.php
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_shaper_queues_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php index 57e1215..a88a473 100755 --- a/usr/local/www/firewall_shaper_queues_edit.php +++ b/usr/local/www/firewall_shaper_queues_edit.php @@ -99,7 +99,7 @@ if ($_POST) { $queue = array(); $queue['schedulertype'] = $_POST['schedulertype']; $queue['bandwidth'] = $_POST['bandwidth']; - $queue['bandwidthtype'] = $_POST['bandwidthtype'];\ + $queue['bandwidthtype'] = $_POST['bandwidthtype']; if($_POST['bandwidth'] == "") unset($queue['bandwidthtype']); if($_POST['bandwidthtype'] == "") |