ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
saml2-logout.php File Reference

Go to the source code of this file.

Variables

 $cookie_path = dirname(str_replace($_SERVER['PATH_INFO'], '', $_SERVER['PHP_SELF']))
 
 $_GET ['client_id'] = substr(rtrim($_SERVER['PATH_INFO'], '/'), strrpos($_SERVER['PATH_INFO'], '/') + 1)
 
 $_SERVER ['PATH_INFO'] = substr($_SERVER['PATH_INFO'], 0, strrpos(rtrim($_SERVER['PATH_INFO'], '/'), '/'))
 
 $ilias_main_directory = './'
 
 $i = 0
 
const IL_COOKIE_PATH (isset($_GET["client_id"])) $cookie_path
 
 $factory = new ilSamlAuthFactory()
 
 $auth = $factory->auth()
 

Variable Documentation

◆ $_GET

$_GET[ 'client_id'] = substr(rtrim($_SERVER['PATH_INFO'], '/'), strrpos($_SERVER['PATH_INFO'], '/') + 1)

Definition at line 6 of file saml2-logout.php.

◆ $_SERVER

$_SERVER[ 'PATH_INFO'] = substr($_SERVER['PATH_INFO'], 0, strrpos(rtrim($_SERVER['PATH_INFO'], '/'), '/'))

Definition at line 7 of file saml2-logout.php.

◆ $auth

$auth = $factory->auth()

Definition at line 46 of file saml2-logout.php.

◆ $cookie_path

if (!file_exists(getcwd() . '/ilias.ini.php')) $cookie_path = dirname(str_replace($_SERVER['PATH_INFO'], '', $_SERVER['PHP_SELF']))

Definition at line 4 of file saml2-logout.php.

◆ $factory

$factory = new ilSamlAuthFactory()

Definition at line 45 of file saml2-logout.php.

◆ $i

$i = 0

Definition at line 13 of file saml2-logout.php.

◆ $ilias_main_directory

$ilias_main_directory = './'

Definition at line 11 of file saml2-logout.php.

◆ IL_COOKIE_PATH

const IL_COOKIE_PATH(isset( $_GET["client_id"])) $cookie_path

Definition at line 36 of file saml2-logout.php.