芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/lib/xhprof/xhprof_html/typeahead.php
libdir . '/xhprof/xhprof_moodle.php'); require_login(); require_capability('moodle/site:config', context_system::instance()); \core\session\manager::write_close(); // End moodle modification. // by default assume that xhprof_html & xhprof_lib directories // are at the same level. $GLOBALS['XHPROF_LIB_ROOT'] = dirname(__FILE__) . '/../xhprof_lib'; require_once $GLOBALS['XHPROF_LIB_ROOT'].'/display/xhprof.php'; // Start moodle modification: use own XHProfRuns implementation. // $xhprof_runs_impl = new XHProfRuns_Default(); $xhprof_runs_impl = new moodle_xhprofrun(); // End moodle modification. require_once $GLOBALS['XHPROF_LIB_ROOT'].'/display/typeahead_common.php';