summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-06-15 11:07:15 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-06-15 09:34:07 -0500
commit6622518b15888ceaed3b34322a2d22c5c8d22b46 (patch)
treee30613e2664c14bf4ebad9b3a36402ff004c17a7 /usr/local
parentda6faa2b5795eb2f9066740f856430e46c65ab42 (diff)
downloadpfsense-6622518b15888ceaed3b34322a2d22c5c8d22b46.zip
pfsense-6622518b15888ceaed3b34322a2d22c5c8d22b46.tar.gz
status_queues missing semi-colon
This really looks like it should have a semi-colon. Somehow the PHP interpreter is not being fussy about it in this context, I guess being followed by the "endif;" keyword the interpreter guesses the previous statement must be done.
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/status_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php
index 64e44c2..72b7b35 100644
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -180,7 +180,7 @@ if(!is_array($config['shaper']['queue']) || count($config['shaper']['queue']) <
</tr>
<?php
$if_queue_list = get_configured_interface_list_by_realif(false, true);
- processQueues($altqstats, 0, "")?>
+ processQueues($altqstats, 0, "");?>
<?php endif; ?>
</table>
<p>
OpenPOWER on IntegriCloud