web/fens2012/client.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 07 May 2015 14:24:21 +0200
changeset 1227 22bdb619497e
parent 635 1d9380c8847f
permissions -rw-r--r--
Removed tag v04.010

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