芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/admin/tool/monitor/db/messages.php
. /** * Message providers list. * * @package tool_monitor * @copyright 2014 onwards Ankit Agarwal
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $messageproviders = array ( // Notify a user that a rule has happened. 'notification' => array ( 'capability' => 'tool/monitor:subscribe' ) );