芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/admin/tool/installaddon/settings.php
. /** * Puts the plugin actions into the admin settings tree. * * @package tool_installaddon * @copyright 2013 David Mudrak
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); if ($hassiteconfig and empty($CFG->disableupdateautodeploy)) { $ADMIN->add('modules', new admin_externalpage('tool_installaddon_index', get_string('installaddons', 'tool_installaddon'), "$CFG->wwwroot/$CFG->admin/tool/installaddon/index.php"), 'modsettings'); }