Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping up in...
[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." );