ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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
$_GET["client_id"]
Definition:
cfg.phpunit.template.php:12
$_POST
$_POST["username"]
Definition:
cfg.phpunit.template.php:11
libs
bower
bower_components
yui2
src
connection
tests
submitReporter.php
Generated on Wed Sep 3 2025 20:00:52 for ILIAS by
1.8.13 (using
Doxyfile
)