aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/ajax/content-type.php
blob: 162e3636d71a3f7a170a39326dfa233ecae855f9 (plain)
1
2
3
4
5
<?php
	$type = $_REQUEST['content-type'];
	header("Content-type: $type");
	echo $_REQUEST['response']
?>