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)) | $id = $_REQUEST['StateId'] |
$state = SimpleSAML_Auth_State::loadState($id, 'expirywarning:about2expire') | |
if(array_key_exists('yes', $_REQUEST)) | $globalConfig = SimpleSAML_Configuration::getInstance() |
$t = new SimpleSAML_XHTML_Template($globalConfig, 'expirycheck:about2expire.php') | |
$t | data ['yesTarget'] = SimpleSAML\Module::getModuleURL('expirycheck/about2expire.php') |
$t | data ['yesData'] = array('StateId' => $id) |
$t | data ['daysleft'] = $state['daysleft'] |
$t | data ['expireOnDate'] = $state['expireOnDate'] |
$t | data ['netId'] = $state['netId'] |
if (array_key_exists( 'yes', $_REQUEST)) $globalConfig = SimpleSAML_Configuration::getInstance() |
Definition at line 22 of file about2expire.php.
if (!array_key_exists( 'StateId', $_REQUEST)) $id = $_REQUEST['StateId'] |
Definition at line 14 of file about2expire.php.
$state = SimpleSAML_Auth_State::loadState($id, 'expirywarning:about2expire') |
Definition at line 15 of file about2expire.php.
$t = new SimpleSAML_XHTML_Template($globalConfig, 'expirycheck:about2expire.php') |
Definition at line 24 of file about2expire.php.
$t data[ 'yesTarget'] = SimpleSAML\Module::getModuleURL('expirycheck/about2expire.php') |
Definition at line 25 of file about2expire.php.
$t data[ 'yesData'] = array('StateId' => $id) |
Definition at line 26 of file about2expire.php.
$t data[ 'daysleft'] = $state['daysleft'] |
Definition at line 27 of file about2expire.php.
$t data[ 'expireOnDate'] = $state['expireOnDate'] |
Definition at line 28 of file about2expire.php.
$t data[ 'netId'] = $state['netId'] |
Definition at line 29 of file about2expire.php.