ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
xapiexit.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21$text = "You can now close the window.";
22if (isset($_GET['text'])) {
23 $text = rawurldecode($_GET['text']);
24}
25echo "<pre>" . strip_tags($text) . "</pre>";
$_GET['cmd']
Definition: lti.php:26
exit
Definition: xapiexit.php:26
$text
Definition: xapiexit.php:21