|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | user |
Variables | |
| $formaction = required_param('formaction', PARAM_FILE) | |
| $id = required_param('id', PARAM_INT) | |
| $actions | |
| if(array_search($formaction, $actions)===false) | if (!confirm_sesskey()) |
| $actions |
array( 'messageselect.php', 'addnote.php', 'groupaddnote.php', )
Definition at line 34 of file action_redir.php.
| $formaction = required_param('formaction', PARAM_FILE) |
Definition at line 28 of file action_redir.php.
| $id = required_param('id', PARAM_INT) |
Definition at line 29 of file action_redir.php.
| if (array_search($formaction, $actions)===false) if(!confirm_sesskey()) |
Definition at line 44 of file action_redir.php.