summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-12-22 08:43:57 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-12-22 08:43:57 -0700
commit1e312328572b5f583fe34cf71c1efa89df460260 (patch)
treeaf49daa4f196292a32ae9565ce7ee4d46aa6c08c /usr/local/www/status_rrd_graph_img.php
parent673e8095015198040e4319d70d86432205cf89ed (diff)
downloadpfsense-1e312328572b5f583fe34cf71c1efa89df460260.zip
pfsense-1e312328572b5f583fe34cf71c1efa89df460260.tar.gz
Add missing semicolon.
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 950849c..4610233 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -78,7 +78,7 @@ if (is_numeric($_GET['end'])) {
/* this should never happen */
if($end < $start) {
- log_error("start $start is smaller than end $end")
+ log_error("start $start is smaller than end $end");
$end = $now;
}
OpenPOWER on IntegriCloud