芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/repository/filesystem/db/tasks.php
. /** * Definition of file system repository scheduled tasks. * * @package repository_filesystem * @copyright 2019 Simey Lameze
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $tasks = array( array( 'classname' => '\repository_filesystem\task\cron_task', 'blocking' => 0, 'minute' => '*', 'hour' => '*', 'day' => '*', 'month' => '*', 'dayofweek' => '*' ) );