芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/mod/workshop/allocation/random/settings.php
. /** * The configuration variables for "Random allocation" subplugin * * @package workshopallocation * @subpackage random * @copyright 2009 David Mudrak
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); require_once(__DIR__ . '/lib.php'); $settings->add(new admin_setting_configselect('workshopallocation_random/numofreviews', get_string('numofreviews', 'workshopallocation_random'), get_string('confignumofreviews', 'workshopallocation_random'), 5, workshop_random_allocator::available_numofreviews_list()));