ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
cleardiscochoices.php File Reference

Go to the source code of this file.

Variables

 $config = SimpleSAML_Configuration::getInstance()
 This page clears the user's IdP discovery choices. More...
 
 $cookiePath = $config->getBasePath()
 
foreach($_COOKIE as $cookieName=> $value) if(array_key_exists('ReturnTo', $_REQUEST)) else
 

Variable Documentation

◆ $config

This page clears the user's IdP discovery choices.

Definition at line 10 of file cleardiscochoices.php.

◆ $cookiePath

$cookiePath = $config->getBasePath()

Definition at line 11 of file cleardiscochoices.php.

◆ else

foreach ( $_COOKIE as $cookieName=> $value) if (array_key_exists( 'ReturnTo', $_REQUEST)) else
Initial value:
{
if(!isset($_REQUEST['ReturnTo'])) $returnTo
Definition: authpage.php:16

Definition at line 30 of file cleardiscochoices.php.