web/edito/polemicaltimeline.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sun, 08 Feb 2015 23:53:17 +0100
changeset 1184 308968a48dc8
parent 797 c3543cde84c8
permissions -rw-r--r--
add design attention to archive

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