Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapted to...
[jquery.git] / test / data / script.php
1 <?php
2 error_reporting(0);
3 if ( $_REQUEST['header'] ) {
4         header("Content-type: text/javascript");
5 }
6 ?>
7 ok( true, "Script executed correctly." );