ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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'] |
$config = SimpleSAML_Configuration::getInstance() |
Definition at line 47 of file postredirect.php.
if ( $session===NULL) $postData = $session->getData('core_postdatalink', $postId) |
Definition at line 34 of file postredirect.php.
Referenced by SimpleSAML_Utilities\createHttpPostRedirectLink(), ilTestSkillEvaluationToolbarGUI\fetchSkillProfileParam(), assMatchingQuestion\fetchSubmittedMatchingsFromPost(), sspmod_authwindowslive_Auth_Source_LiveID\finalStep(), Sabre\HTTP\RequestDecoratorTest\testPostData(), Monolog\Handler\IFTTTHandler\write(), and Monolog\Handler\SlackWebhookHandler\write().
$template = new SimpleSAML_XHTML_Template($config, 'post.php') |
Definition at line 48 of file postredirect.php.
$template data[ 'destination'] = $postData['url'] |
Definition at line 49 of file postredirect.php.
$template data[ 'post'] = $postData['post'] |
Definition at line 50 of file postredirect.php.
if (array_key_exists( 'RedirId', $_REQUEST)) elseif (array_key_exists( 'RedirInfo', $_REQUEST)) else |
Definition at line 26 of file postredirect.php.