Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/mnet/trustedhosts.php File Reference

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.

Variable Documentation

$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.

if (!extension_loaded('openssl')) $site = get_site()

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.

 All Data Structures Namespaces Files Functions Variables Enumerations