forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shib_logout.php
executable file
·21 lines (20 loc) · 972 Bytes
/
shib_logout.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/******************************************************************************
*
* This file is part of ILIAS, a powerful learning management system.
*
* ILIAS is licensed with the GPL-3.0, you should have received a copy
* of said license along with the source code.
*
* 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
*
*****************************************************************************/
// A real Shib-Logout ("front" or "back" channel was never implemented resp. removed in ILIAS, because the front-channel
// also had problems concerning the security. If a logout mechanism is desired, please revisit the feature request
// https://docu.ilias.de/goto_docu_wiki_wpage_4657_1357.html and bring it as a suggestion to the community:
// https://docu.ilias.de/goto.php?target=wiki_5307&client_id=docu#ilPageTocA129
/** @noRector */
include 'logout.php';