blob: 5177d47a292312639b94b0233a3d8da38df68b25 [file] [log] [blame]
<?php
header('Location: http://www.example.com/');
header('HTTP/1.0 302 Found');
?>