Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / 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." );