Remove an invalid ajax test and some code that is no longer used by any test.
This commit is contained in:
parent
8f8961de90
commit
08fcde6a59
3 changed files with 1 additions and 22 deletions
|
@ -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>';
|
||||
?>
|
|
@ -1 +0,0 @@
|
|||
<?php header('HTTP/1.0 304 Not Modified'); exit; ?>
|
Loading…
Add table
Add a link
Reference in a new issue