web/fens2012/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 15 Oct 2012 14:34:47 +0200
changeset 690 ff11367d4955
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Added tag V02.00 for changeset 867a8b1fdedb

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