ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
submitReporter.php
Go to the documentation of this file.
1 <?php
2 header('Content-type: application/json');
3 //header('Content-type: text/plain');
4 echo(json_encode(array(
5  POST => $_POST,
6  GET => $_GET
7 )));
8 ?>
$_GET["client_id"]
$_POST["username"]