summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/resources/print-uri.php
blob: 23358f143b74bebd3598c1c7b1d62801d57b18be (plain)
1
2
3
4
5
6
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'];
?>