web/enmi14/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 10 Feb 2015 15:09:19 +0100
changeset 1186 e10c0c8ec4d5
parent 1166 d92b7a46e5c1
permissions -rw-r--r--
add museo 10/02/2015 + correct index.php on projects

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