ILIAS
release_8 Revision v8.19
|
Go to the source code of this file.
Variables | |
$cookie_path = dirname(str_replace($_SERVER['PATH_INFO'], '', $_SERVER['PHP_SELF'])) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More... | |
$_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 21 of file saml2-logout.php.
$_SERVER[ 'PATH_INFO'] = substr($_SERVER['PATH_INFO'], 0, strrpos(rtrim($_SERVER['PATH_INFO'], '/'), '/')) |
Definition at line 22 of file saml2-logout.php.
$auth = $factory->auth() |
Definition at line 60 of file saml2-logout.php.
if (!is_file(getcwd() . '/ilias.ini.php')) $cookie_path = dirname(str_replace($_SERVER['PATH_INFO'], '', $_SERVER['PHP_SELF'])) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file saml2-logout.php.
$factory = new ilSamlAuthFactory() |
Definition at line 59 of file saml2-logout.php.
$i = 0 |
Definition at line 28 of file saml2-logout.php.
$ilias_main_directory = './' |
Definition at line 26 of file saml2-logout.php.
const IL_COOKIE_PATH(isset( $_GET["client_id"])) $cookie_path |
Definition at line 51 of file saml2-logout.php.