mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Added non-interactive includes
This commit is contained in:
parent
743f3271d8
commit
37d560a6ca
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user