blob: e3bc158385598f3d72f5252553b96d9d7b2a73e3 [file] [log] [blame]
<?php
header("Expires: Thu, 01 Dec 2003 16:00:00 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header('HTTP/1.1 307 Temporary Redirect');
header('Location: manifest-redirect-2.php');
?>