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
/
misc
/
resources
/
404image.php
blob
86f0726ee2f656e438861df2ac32a7f92a06cec7
1
<
?
2
header
(
"HTTP/1.1 404 Not Found"
);
3
header
(
"Content-Length: 38616"
);
4
header
(
"Content-Type: image/jpeg"
);
5
header
(
"Last-Modified: Thu, 01 Jun 2006 06:09:43 GMT"
);
6
echo
(
file_get_contents
(
"compass.jpg"
));
7
?
>