芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/auth/ldap/db/tasks.php
. /** * Definition of auth_ldap tasks. * * @package auth_ldap * @category task * @copyright 2015 Vadim Dvorovenko
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $tasks = array( array( 'classname' => 'auth_ldap\task\sync_roles', 'blocking' => 0, 'minute' => '0', 'hour' => '0', 'day' => '*', 'month' => '*', 'dayofweek' => '*', 'disabled' => 1 ), array( 'classname' => 'auth_ldap\task\sync_task', 'blocking' => 0, 'minute' => '0', 'hour' => '0', 'day' => '*', 'month' => '*', 'dayofweek' => '*', 'disabled' => 1 ) );