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