|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| PHP | |
| $context = get_context_instance(CONTEXT_SYSTEM) | |
| $site = get_site() | |
| $mnet = get_mnet_environment() | |
| if(!extension_loaded('openssl')) if(!function_exists('curl_init')) if(!isset($CFG-> mnet_dispatcher_mode)) if(($form=data_submitted())&&confirm_sesskey()) | $hosts = $DB->get_records_select('mnet_host', "id <> ? AND deleted = 0", array($CFG->mnet_localhost_id), 'wwwroot ASC') |
| If data submitted, process and store. | |
| if (!extension_loaded('openssl')) if (!function_exists('curl_init')) if (!isset($CFG->mnet_dispatcher_mode)) if (($form=data_submitted())&&confirm_sesskey()) $hosts = $DB->get_records_select('mnet_host', "id <> ? AND deleted = 0", array($CFG->mnet_localhost_id), 'wwwroot ASC') |
| $mnet = get_mnet_environment() |