ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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'] |
$globalConfig = SimpleSAML_Configuration::getInstance() |
Definition at line 16 of file expired.php.
if (!array_key_exists( 'StateId', $_REQUEST)) $state = SimpleSAML_Auth_State::loadState($_REQUEST['StateId'], 'expirywarning:expired') |
Definition at line 14 of file expired.php.
$t = new SimpleSAML_XHTML_Template($globalConfig, 'expirycheck:expired.php') |
Definition at line 18 of file expired.php.
$t data[ 'expireOnDate'] = $state['expireOnDate'] |
Definition at line 19 of file expired.php.
$t data[ 'netId'] = $state['netId'] |
Definition at line 20 of file expired.php.