web/humanitats-digital/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 21 May 2012 18:53:02 +0200
changeset 622 7e5174fe9816
parent 355 a0fff3035e6f
permissions -rwxr-xr-x
Added tag V01.82 for changeset f0c35c8b6b54

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