summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-05-15 16:42:31 +0545
committerPhil Davis <phil.davis@inf.org>2015-05-15 16:42:31 +0545
commit38145b9bbf3fac089270641d9c8fde351c8842e4 (patch)
tree9009c0e9fbab6ce8cfd2f4fde960678d313b29d7 /usr/local/www/status_rrd_graph.php
parentf1df36e526aecf06f7cb880a56ddad8ad91fd994 (diff)
downloadpfsense-38145b9bbf3fac089270641d9c8fde351c8842e4.zip
pfsense-38145b9bbf3fac089270641d9c8fde351c8842e4.tar.gz
Remove excess tabs status_rrd_graph
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rw-r--r--usr/local/www/status_rrd_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index a84cf92..94111bc 100644
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -167,7 +167,7 @@ if ($curcat == "custom") {
}
if (is_numeric($_GET['end'])) {
- $end = $_GET['end'];
+ $end = $_GET['end'];
} else if ($_GET['end']) {
$end = strtotime($_GET['end']);
if ($end === FALSE || $end === -1) {
@@ -175,7 +175,7 @@ if (is_numeric($_GET['end'])) {
$end = $now;
}
} else {
- $end = $now;
+ $end = $now;
}
/* this should never happen */
OpenPOWER on IntegriCloud