blob: 1df27168d5b94d844ddab72848196e6700b8f104 [file] [log] [blame]
<?php
if ($_SERVER['HTTP_ORIGIN']) {
header('Location: square100.png');
}
else {
header('Location: square200.png');
}
header('HTTP/1.1 302 Redirect');