aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/script.php
blob: 55d7bc209f55b6d48af9452e02198f2cf5f5f066 (plain)
1
2
3
4
5
6
7
<?php
error_reporting(0);
if ( $_REQUEST['header'] ) {
	header("Content-type: text/javascript");
}
?>
ok( true, "Script executed correctly." );