diff options
Diffstat (limited to 'frontends/php/chart3.php')
| -rw-r--r-- | frontends/php/chart3.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/chart3.php b/frontends/php/chart3.php index c9360b66..311a141e 100644 --- a/frontends/php/chart3.php +++ b/frontends/php/chart3.php @@ -21,7 +21,7 @@ <?php require_once "include/config.inc.php"; require_once "include/graphs.inc.php"; - require_once "include/classes/graph.inc.php"; + require_once "include/classes/chart.inc.php"; $page["file"] = "chart3.php"; $page["title"] = "S_CHART"; @@ -66,7 +66,7 @@ include_once "include/page_header.php"; } } - $graph = new Graph(get_request("graphtype" ,GRAPH_TYPE_NORMAL)); + $graph = new Chart(get_request("graphtype" ,GRAPH_TYPE_NORMAL)); $graph->SetHeader($host["host"].":".get_request("name","")); |
