File manager - Edit - /home/wwwroot/camplus.hk/moodle.camplus.hk/public_html/admin/user/user_message_form.php
Back
<?php if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page } require_once($CFG->libdir.'/formslib.php'); class user_message_form extends moodleform { function definition() { $mform =& $this->_form; $mform->addElement('header', 'general', get_string('message', 'message')); $mform->addElement('editor', 'messagebody', get_string('messagebody'), null, null); $mform->addRule('messagebody', '', 'required', null, 'server'); $this->add_action_buttons(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.21 |
proxy
|
phpinfo
|
Settings