ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
All Data Structures Namespaces Files Functions Variables Typedefs Modules Pages
showwarning.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)) $id = $_REQUEST['StateId']
 
 $state = SimpleSAML_Auth_State::loadState($id, 'warning:request')
 
if(array_key_exists('yes', $_REQUEST)) $globalConfig = SimpleSAML_Configuration::getInstance()
 
 $t = new SimpleSAML_XHTML_Template($globalConfig, 'preprodwarning:warning.php')
 
$t data ['yesTarget'] = SimpleSAML\Module::getModuleURL('preprodwarning/showwarning.php')
 
$t data ['yesData'] = array('StateId' => $id)
 

Variable Documentation

◆ $globalConfig

if (array_key_exists( 'yes', $_REQUEST)) $globalConfig = SimpleSAML_Configuration::getInstance()

Definition at line 27 of file showwarning.php.

◆ $id

if (!array_key_exists( 'StateId', $_REQUEST)) $id = $_REQUEST['StateId']

Definition at line 15 of file showwarning.php.

◆ $state

$state = SimpleSAML_Auth_State::loadState($id, 'warning:request')

Definition at line 16 of file showwarning.php.

◆ $t

$t = new SimpleSAML_XHTML_Template($globalConfig, 'preprodwarning:warning.php')

Definition at line 29 of file showwarning.php.

◆ data [1/2]

$t data[ 'yesTarget'] = SimpleSAML\Module::getModuleURL('preprodwarning/showwarning.php')

Definition at line 30 of file showwarning.php.

◆ data [2/2]

$t data[ 'yesData'] = array('StateId' => $id)

Definition at line 31 of file showwarning.php.