web/enmi12/polemicaltimeline.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 17 Jan 2013 15:26:30 +0100
changeset 772 d3bc67bbb5e3
child 774 29cb496f4c57
permissions -rw-r--r--
Redirect correction

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: select.php");
exit();
?>