Files
luos/workflow/engine/plugins/openFlash/chart.php
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

12 lines
429 B
PHP

<?php
$type = isset ( $_GET['type']) ? $_GET['type'] : '1' ;
$chartType = isset ( $_GET['chart']) ? $_GET['chart'] : '1' ;
$user = isset ( $_GET['user']) ? $_GET['user'] : $_SESSION['USER_LOGGED'] ;
include_once 'open_flash_chart_object.php';
open_flash_chart_object( 450, 200, '../openFlash/chart-data.php?type=' . $type .'&chart='. $chartType,
false , '/plugin/openFlash/');