diff options
Diffstat (limited to 'LayoutTests/http/tests/appcache/resources/print-uri.php')
-rw-r--r-- | LayoutTests/http/tests/appcache/resources/print-uri.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/appcache/resources/print-uri.php b/LayoutTests/http/tests/appcache/resources/print-uri.php new file mode 100644 index 0000000..23358f1 --- /dev/null +++ b/LayoutTests/http/tests/appcache/resources/print-uri.php @@ -0,0 +1,7 @@ +<?php + header("Content-Type: text/javascript"); + header("Expires: Thu, 01 Dec 2003 16:00:00 GMT\n"); + header("Cache-Control: no-cache, must-revalidate\n"); + header("Pragma: no-cache\n"); + echo $_SERVER['REQUEST_URI']; +?> |