ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
postredirect.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('RedirId', $_REQUEST)) elseif(array_key_exists('RedirInfo', $_REQUEST)) else
 
if($session===NULL) $postData = $session->getData('core_postdatalink', $postId)
 
 $config = SimpleSAML_Configuration::getInstance()
 
 $template = new SimpleSAML_XHTML_Template($config, 'post.php')
 
$template data ['destination'] = $postData['url']
 
$template data ['post'] = $postData['post']
 

Variable Documentation

◆ $config

Definition at line 47 of file postredirect.php.

◆ $postData

◆ $template

$template = new SimpleSAML_XHTML_Template($config, 'post.php')

Definition at line 48 of file postredirect.php.

◆ data [1/2]

$template data[ 'destination'] = $postData['url']

Definition at line 49 of file postredirect.php.

◆ data [2/2]

$template data[ 'post'] = $postData['post']

Definition at line 50 of file postredirect.php.

◆ else

if (array_key_exists( 'RedirId', $_REQUEST)) elseif (array_key_exists( 'RedirInfo', $_REQUEST)) else
Initial value:
{
throw new SimpleSAML_Error_BadRequest('Missing redirection info parameter.')

Definition at line 26 of file postredirect.php.