web/fens2012/client.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 02 Apr 2014 17:14:37 +0200
changeset 1093 8bb20bc1dc20
parent 635 1d9380c8847f
permissions -rw-r--r--
attention #6

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