Remove an invalid ajax test and some code that is no longer used by any test.
[jquery.git] / test / data / name.php
index ee22e45..6402858 100644 (file)
@@ -19,11 +19,6 @@ if($name == 'foo') {
        echo "pan";
        die();
 }
-$request = apache_request_headers();
-$request = $request['X-Custom-Header'];
-if(strlen($request) > 0) {
-       echo $request;
-       die();
-}
+
 echo 'ERROR <script type="text/javascript">ok( true, "name.php executed" );</script>';
 ?>
\ No newline at end of file