web/fens2014/index.php
author salimr <riwad.salim@yahoo.fr>
Wed, 31 Oct 2018 12:42:19 +0100
changeset 1482 97b5802c9069
parent 1124 4e4437acf84c
permissions -rw-r--r--
Add enmi18 to client

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