ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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() | |
$_GET[ 'client_id'] = substr(rtrim($_SERVER['PATH_INFO'], '/'), strrpos($_SERVER['PATH_INFO'], '/') + 1) |
Definition at line 6 of file saml2-acs.php.
$_SERVER[ 'PATH_INFO'] = substr($_SERVER['PATH_INFO'], 0, strrpos(rtrim($_SERVER['PATH_INFO'], '/'), '/')) |
Definition at line 7 of file saml2-acs.php.
$auth = $factory->auth() |
Definition at line 46 of file saml2-acs.php.
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-acs.php.
$factory = new ilSamlAuthFactory() |
Definition at line 45 of file saml2-acs.php.
$i = 0 |
Definition at line 13 of file saml2-acs.php.
$ilias_main_directory = './' |
Definition at line 11 of file saml2-acs.php.
const IL_COOKIE_PATH(isset( $_GET["client_id"])) $cookie_path |
Definition at line 36 of file saml2-acs.php.