ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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>";
$text
Definition: xapiexit.php:21
$_GET['cmd']
Definition: lti.php:26
exit
Definition: xapiexit.php:26