summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-05 22:01:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-05 22:01:18 +0000
commit92cd8817188707a95a1d1fa37baef0209b8094b5 (patch)
treef108b434c13e858b7bddd7999cf3c83e352a9bb6 /usr/local
parente128be1b0aa5bf6ffffba24fa5655e101849fca5 (diff)
downloadpfsense-92cd8817188707a95a1d1fa37baef0209b8094b5.zip
pfsense-92cd8817188707a95a1d1fa37baef0209b8094b5.tar.gz
Remove extra " firewall_shaper_queues_edit.php
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php2
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'] == "")
OpenPOWER on IntegriCloud