summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-14 08:25:44 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-02-14 08:25:44 -0200
commit80feb8e5ddff6a703e900fc7dd4aad041598545c (patch)
tree61ff76b81710ace253c8c060dc2a0a5300acbbda /usr/local/www/status_rrd_graph_img.php
parent1e5da31d31fe69f284828681790a1d3c0976694b (diff)
downloadpfsense-80feb8e5ddff6a703e900fc7dd4aad041598545c.zip
pfsense-80feb8e5ddff6a703e900fc7dd4aad041598545c.tar.gz
Set global $g to use right theme
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, 2 insertions, 0 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index b22abdb..fa3f43f 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -38,6 +38,8 @@ require_once("filter.inc");
require_once("shaper.inc");
require_once("rrd.inc");
+global $g;
+
$pgtitle = array(gettext("System"),gettext("RRD Graphs"),gettext("Image viewer"));
if ($_GET['database']) {
OpenPOWER on IntegriCloud