|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $testsession = optional_param('testsession', 0, PARAM_INT) | |
| $cancel = optional_param('cancel', 0, PARAM_BOOL) | |
| $context = get_context_instance(CONTEXT_SYSTEM) | |
| $errormsg = '' | |
| Initialize variables. | |
| $errorcode = 0 | |
| $user = false | |
| Check for timed out sessions. | |
| $authsequence = get_enabled_auth_plugins(true) | |
| foreach($authsequence as $authname) | $site = get_site() |
| Define variables used in page. | |
| $loginsite = get_string("loginsite") | |
| $authsequence = get_enabled_auth_plugins(true) |
| $cancel = optional_param('cancel', 0, PARAM_BOOL) |
| $loginsite = get_string("loginsite") |
| $testsession = optional_param('testsession', 0, PARAM_INT) |