diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-02-14 08:25:44 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-02-14 08:25:44 -0200 |
commit | 80feb8e5ddff6a703e900fc7dd4aad041598545c (patch) | |
tree | 61ff76b81710ace253c8c060dc2a0a5300acbbda | |
parent | 1e5da31d31fe69f284828681790a1d3c0976694b (diff) | |
download | pfsense-80feb8e5ddff6a703e900fc7dd4aad041598545c.zip pfsense-80feb8e5ddff6a703e900fc7dd4aad041598545c.tar.gz |
Set global $g to use right theme
-rw-r--r-- | usr/local/www/status_rrd_graph_img.php | 2 |
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']) { |