ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
xapiexit.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
$text
=
"You can now close the window."
;
22
if
(isset(
$_GET
[
'text'
])) {
23
$text
= rawurldecode(
$_GET
[
'text'
]);
24
}
25
echo
"<pre>"
. strip_tags(
$text
) .
"</pre>"
;
26
exit
;
$_GET
$_GET['cmd']
Definition:
lti.php:26
exit
exit
Definition:
xapiexit.php:26
$text
$text
Definition:
xapiexit.php:21
components
ILIAS
CmiXapi
resources
xapiexit.php
Generated on Sat Dec 13 2025 23:02:02 for ILIAS by
1.9.4 (using
Doxyfile
)