芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/mod/scorm/report/graphs/graph.php
. /** * Core Report class of graphs reporting plugin * * @package scormreport_graphs * @copyright 2012 Ankit Kumar Agarwal * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @deprecated since Moodle 3.2 */ define('NO_DEBUG_DISPLAY', true); require_once(__DIR__ . '/../../../../config.php'); require_once($CFG->libdir . '/filelib.php'); debugging('This way of generating the chart is deprecated, refer to \\scormreport_graphs\\report::display().', DEBUG_DEVELOPER); send_file_not_found();