ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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
;
$text
$text
Definition:
xapiexit.php:21
$_GET
$_GET['cmd']
Definition:
lti.php:26
exit
exit
Definition:
xapiexit.php:26
components
ILIAS
CmiXapi
resources
xapiexit.php
Generated on Wed Sep 10 2025 15:15:13 for ILIAS by
1.8.13 (using
Doxyfile
)