1
<?php
2
// Permanent redirection
3
header("HTTP/1.1 301 Moved Permanently");
4
header("Location: ../fens2013-edito-verite-fiction/client.php".(isset($_GET['CONNECT']) && $_GET['CONNECT'] ? "?CONNECT=true" : ""));
5
exit();
6
?>