web/humanitats-digital/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 08 Nov 2011 18:18:48 +0100
changeset 355 a0fff3035e6f
permissions -rwxr-xr-x
add barcelona event

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