芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/admin/tool/langimport/db/tasks.php
. /** * Definition of langimport tasks * * @package tool_langimport * @category task * @copyright 2014 Dan Poltawski
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $tasks = array( array( 'classname' => 'tool_langimport\task\update_langpacks_task', 'blocking' => 0, 'minute' => 'R', 'hour' => '4', 'day' => '*', 'month' => '*', 'dayofweek' => '*' ) );