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
/
resources
/
origin.php
blob
1df27168d5b94d844ddab72848196e6700b8f104
1
<
?php
2
3
if
(
$_SERVER
[
'HTTP_ORIGIN'
]) {
4
header
(
'Location: square100.png'
);
5
}
6
else
{
7
header
(
'Location: square200.png'
);
8
}
9
header
(
'HTTP/1.1 302 Redirect'
);