web/fens2014-edito/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 11 Feb 2015 11:25:12 +0100
changeset 1193 6489a0c6e02c
parent 1135 e78bbfe90a57
permissions -rw-r--r--
Added tag V03.014 for changeset a92a7bd35a66

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