root/LayoutTests/http/tests/appcache/resources/print-uri.php

/* [<][>][^][v][top][bottom][index][help] */
<?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'];
?>

/* [<][>][^][v][top][bottom][index][help] */