web/edito/polemicaltimeline.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 11 Feb 2015 10:50:11 +0100
changeset 1191 48c746adf6ed
parent 797 c3543cde84c8
permissions -rw-r--r--
Added tag V03.014 for changeset 11491c598c24

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