web/humanitats-digital/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 20 Feb 2012 18:52:19 +0100
changeset 528 7fb5a7b0d35c
parent 355 a0fff3035e6f
permissions -rwxr-xr-x
remove reconnecting stream and propagate options

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