fixed minor error fgraph

This commit is contained in:
Daniel Barbero Martin 2019-07-17 17:40:49 +02:00
parent 8ce685a219
commit c900465546
1 changed files with 1 additions and 0 deletions

View File

@ -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', '');