repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
print-uri.php
blob
23358f143b74bebd3598c1c7b1d62801d57b18be
1
<
?php
2
header
(
"Content-Type: text/javascript"
);
3
header
(
"Expires: Thu, 01 Dec 2003 16:00:00 GMT
\n
"
);
4
header
(
"Cache-Control: no-cache, must-revalidate
\n
"
);
5
header
(
"Pragma: no-cache
\n
"
);
6
echo
$_SERVER
[
'REQUEST_URI'
];
7
?
>