Added non-interactive includes

This commit is contained in:
fbsanchez 2015-06-24 10:46:55 +02:00
parent 743f3271d8
commit 37d560a6ca
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ if (!empty($graph_type)) {
// Clean the output buffer and turn off output buffering
ob_end_clean ();
// Functions_flot must be included when $flash_chart is defined
include_once($homeurl . 'include/graphs/functions_flot.php');
switch($graph_type) {
case 'histogram':
$width = get_parameter('width');