diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-11-16 01:54:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-11-16 01:54:37 +0000 |
commit | cd933fbbbb9f19084bfd1a9eded523bceea997bf (patch) | |
tree | 1413597e77c6ca97ad5be405fbd412f42f306bdd /usr/local/www/status_rrd_graph_img.php | |
parent | d293a5005f89e8f093718587ac80a4c7a543a2e0 (diff) | |
download | pfsense-cd933fbbbb9f19084bfd1a9eded523bceea997bf.zip pfsense-cd933fbbbb9f19084bfd1a9eded523bceea997bf.tar.gz |
Add correctly.
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r-- | usr/local/www/status_rrd_graph_img.php | 2 |
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 74c0046..1c38766 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -30,7 +30,7 @@ require("guiconfig.inc"); -$pgtitle = array("System: RRD Graphs: Image viewer"); +$pgtitle = array("System","RRD Graphs","Image viewer"); if ($_GET['database']) { $curdatabase = $_GET['database']; |