Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Update server-side portion of test
Browse files Browse the repository at this point in the history
  • Loading branch information
execjosh committed Jul 11, 2010
1 parent 714f7ba commit 5ba9567
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test.php
@@ -1,6 +1,5 @@
<?php
for ($i = 0; $i < 10000; $i++) {
;
}
$http_code = (isset($_GET['http_code'])) ? $_GET['http_code'] : '404 Not Found';
header("HTTP/1.1 {$http_code}");
print_r($_GET);
?>
{"name":"value}

0 comments on commit 5ba9567

Please sign in to comment.