|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | moodle |
Variables | |
| $hostid = optional_param('hostid', '0', PARAM_INT) | |
| $hostwwwroot = optional_param('hostwwwroot', '', PARAM_URL) | |
| $wantsurl = optional_param('wantsurl', '', PARAM_RAW) | |
| $url = new moodle_url('/auth/mnet/jump.php') | |
| if(!isloggedin() or isguestuser()) if(!is_enabled_auth('mnet')) if(!$hostid) | $mnetauth = get_auth_plugin('mnet') |
| if ($hostid!== '0') $url->param('hostid' $hostid = optional_param('hostid', '0', PARAM_INT) |
| if ($hostwwwroot!== '') $url->param('hostwwwroot' $hostwwwroot = optional_param('hostwwwroot', '', PARAM_URL) |
| if (!isloggedin() or isguestuser()) if (!is_enabled_auth('mnet')) if (!$hostid) $mnetauth = get_auth_plugin('mnet') |
| $url = new moodle_url('/auth/mnet/jump.php') |