blob: c967886f10654ba118ef122f429b783ab4f36039 [file] [log] [blame]
<?php
header("HTTP/1.1 303 See other");
header("Location: introduction.html");
exit();
?>