mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +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
|
// Clean the output buffer and turn off output buffering
|
||||||
ob_end_clean ();
|
ob_end_clean ();
|
||||||
|
|
||||||
|
// Functions_flot must be included when $flash_chart is defined
|
||||||
|
include_once($homeurl . 'include/graphs/functions_flot.php');
|
||||||
|
|
||||||
switch($graph_type) {
|
switch($graph_type) {
|
||||||
case 'histogram':
|
case 'histogram':
|
||||||
$width = get_parameter('width');
|
$width = get_parameter('width');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user