|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $context = get_context_instance(CONTEXT_SYSTEM) | |
| if(!extension_loaded('openssl')) | $site = get_site() |
| $trusted_hosts = '' | |
| $old_trusted_hosts = get_config('mnet', 'mnet_trusted_hosts') | |
| $in_range = false | |
| if(!empty($test_ip_address)) if(($form=data_submitted())&&confirm_sesskey()) | elseif (!empty($old_trusted_hosts)) |
| If data submitted, process and store. | |
Definition at line 11 of file trustedhosts.php.
| $in_range = false |
Definition at line 31 of file trustedhosts.php.
| $old_trusted_hosts = get_config('mnet', 'mnet_trusted_hosts') |
Definition at line 23 of file trustedhosts.php.
Definition at line 20 of file trustedhosts.php.
| $trusted_hosts = '' |
Definition at line 22 of file trustedhosts.php.
| if (!empty($test_ip_address)) if (($form=data_submitted())&&confirm_sesskey()) elseif(!empty($old_trusted_hosts)) |
If data submitted, process and store.
Definition at line 53 of file trustedhosts.php.