|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $data = optional_param('data', '', PARAM_RAW) | |
| $p = optional_param('p', '', PARAM_ALPHANUM) | |
| $s = optional_param('s', '', PARAM_RAW) | |
| if(empty($CFG->registerauth)) | $authplugin = get_auth_plugin($CFG->registerauth) |
| if (empty($CFG->registerauth)) $authplugin = get_auth_plugin($CFG->registerauth) |
Definition at line 40 of file confirm.php.
| $data = optional_param('data', '', PARAM_RAW) |
Definition at line 29 of file confirm.php.
| $p = optional_param('p', '', PARAM_ALPHANUM) |
Definition at line 31 of file confirm.php.
| $s = optional_param('s', '', PARAM_RAW) |
Definition at line 32 of file confirm.php.