web/fens2013/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 14 Dec 2016 15:20:55 +0100
changeset 1379 300f33033fae
parent 913 68e577cd07fa
permissions -rw-r--r--
Added tag V04.052 for changeset cce79cbf509a

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