Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 which did...
[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." );