⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 access.php

📁 很棒的在线教学系统
💻 PHP
字号:
<?php // $Id: access.php,v 1.3 2006/10/11 06:22:01 moodler Exp $/** * Capability definitions for the lams module. * * For naming conventions, see lib/db/access.php. */$mod_lams_capabilities = array(    'mod/lams:participate' => array(        'captype' => 'write',        'contextlevel' => CONTEXT_MODULE,        'legacy' => array(            'student' => CAP_ALLOW        )    ),    'mod/lams:manage' => array(        'captype' => 'write',        'contextlevel' => CONTEXT_MODULE,        'legacy' => array(            'teacher' => CAP_ALLOW,            'editingteacher' => CAP_ALLOW,            'admin' => CAP_ALLOW        )    ));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -