Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
print-uri.php
blob: 23358f143b74bebd3598c1c7b1d62801d57b18be [
file
] [
log
] [
blame
]
<?
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'
];
?>