From c9004655463439aa6dc3343bd9a9f32ebfcd8c0c Mon Sep 17 00:00:00 2001 From: Daniel Barbero Martin Date: Wed, 17 Jul 2019 17:40:49 +0200 Subject: [PATCH] fixed minor error fgraph --- pandora_console/include/graphs/fgraph.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/graphs/fgraph.php b/pandora_console/include/graphs/fgraph.php index 9fabfeef64..d8012c15dd 100644 --- a/pandora_console/include/graphs/fgraph.php +++ b/pandora_console/include/graphs/fgraph.php @@ -21,6 +21,7 @@ if (empty($config['homedir'])) { } require_once $config['homedir'].'/include/functions.php'; +require_once $config['homedir'].'/include/graphs/functions_flot.php'; $ttl = get_parameter('ttl', 1); $graph_type = get_parameter('graph_type', '');