Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/login/index.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Variables

 $testsession = optional_param('testsession', 0, PARAM_INT)
 $cancel = optional_param('cancel', 0, PARAM_BOOL)
 $context = get_context_instance(CONTEXT_SYSTEM)
 $errormsg = ''
 Initialize variables.
 $errorcode = 0
 $user = false
 Check for timed out sessions.
 $authsequence = get_enabled_auth_plugins(true)
foreach($authsequence as $authname) $site = get_site()
 Define variables used in page.
 $loginsite = get_string("loginsite")

Variable Documentation

$authsequence = get_enabled_auth_plugins(true)

Definition at line 79 of file index.php.

Definition at line 32 of file index.php.

Definition at line 41 of file index.php.

$errorcode = 0

Definition at line 48 of file index.php.

$errormsg = ''

Initialize variables.

Definition at line 47 of file index.php.

$loginsite = get_string("loginsite")

Definition at line 89 of file index.php.

foreach ($authsequence as $authname) $site = get_site()

Define variables used in page.

Definition at line 87 of file index.php.

$testsession = optional_param('testsession', 0, PARAM_INT)

Definition at line 31 of file index.php.

$user = false

Check for timed out sessions.

Definition at line 77 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations