ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
expired.php File Reference

Go to the source code of this file.

Namespaces

 SimpleSAMLphp
 Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes.
 

Variables

if(!array_key_exists('StateId', $_REQUEST)) $state = SimpleSAML_Auth_State::loadState($_REQUEST['StateId'], 'expirywarning:expired')
 
 $globalConfig = SimpleSAML_Configuration::getInstance()
 
 $t = new SimpleSAML_XHTML_Template($globalConfig, 'expirycheck:expired.php')
 
$t data ['expireOnDate'] = $state['expireOnDate']
 
$t data ['netId'] = $state['netId']
 

Variable Documentation

◆ $globalConfig

Definition at line 16 of file expired.php.

◆ $state

if (!array_key_exists( 'StateId', $_REQUEST)) $state = SimpleSAML_Auth_State::loadState($_REQUEST['StateId'], 'expirywarning:expired')

Definition at line 14 of file expired.php.

◆ $t

$t = new SimpleSAML_XHTML_Template($globalConfig, 'expirycheck:expired.php')

Definition at line 18 of file expired.php.

◆ data [1/2]

$t data[ 'expireOnDate'] = $state['expireOnDate']

Definition at line 19 of file expired.php.

◆ data [2/2]

$t data[ 'netId'] = $state['netId']

Definition at line 20 of file expired.php.