get_field('mnet_host', 'id', array('wwwroot' => $hostwwwroot)); } // start the mnet session and redirect browser to remote URL $mnetauth = get_auth_plugin('mnet'); $url = $mnetauth->start_jump_session($hostid, $wantsurl); if (empty($url)) { print_error('DEBUG: Jump session was not started correctly or blank URL returned.'); // TODO: errors } redirect($url); ?>