blob: 597784f41d9b82c629d8632e3dbf2541f75aa610 [file] [log] [blame]
<?php
header("HTTP/1.1 302");
header("Location: http://www.example.com/");
?>