Sign in
webkit
/
WebKit
/
a096b91166f1da77d728183369e63e2480b979db
/
.
/
LayoutTests
/
http
/
tests
/
uri
/
resources
/
echo-uri.php
blob: f498fc6b48d2c077cfa59f79d53e2e5f7b941866 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Type: text/plain"
);
header
(
"Expires: Thu, 01 Dec 2003 16:00:00 GMT\n"
);
header
(
"Cache-Control: no-store, no-cache, must-revalidate\n"
);
header
(
"Pragma: no-cache\n"
);
echo $_SERVER
[
'REQUEST_URI'
];
?>