芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/admin/tool/recyclebin/db/tasks.php
. /** * Recycle bin tasks. * * @package tool_recyclebin * @copyright 2015 University of Kent * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $tasks = array( array( 'classname' => 'tool_recyclebin\task\cleanup_course_bin', 'blocking' => 0, 'minute' => '*/30', 'hour' => '*', 'day' => '*', 'dayofweek' => '*', 'month' => '*' ), array( 'classname' => 'tool_recyclebin\task\cleanup_category_bin', 'blocking' => 0, 'minute' => '*/30', 'hour' => '*', 'day' => '*', 'dayofweek' => '*', 'month' => '*' ) );