|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Namespaces | |
| namespace | 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) |
| if (array_key_exists( 'yes', $_REQUEST)) $globalConfig = SimpleSAML_Configuration::getInstance() |
Definition at line 27 of file showwarning.php.
| if (!array_key_exists( 'StateId', $_REQUEST)) $id = $_REQUEST['StateId'] |
Definition at line 15 of file showwarning.php.
| $state = SimpleSAML_Auth_State::loadState($id, 'warning:request') |
Definition at line 16 of file showwarning.php.
| $t = new SimpleSAML_XHTML_Template($globalConfig, 'preprodwarning:warning.php') |
Definition at line 29 of file showwarning.php.
| $t data[ 'yesData'] = array('StateId' => $id) |
Definition at line 31 of file showwarning.php.
| $t data[ 'yesTarget'] = SimpleSAML\Module::getModuleURL('preprodwarning/showwarning.php') |
Definition at line 30 of file showwarning.php.