web/fens2014/client.php
changeset 1133 7af603663d1e
parent 1124 4e4437acf84c
equal deleted inserted replaced
1132:2fd5a80cb9b0 1133:7af603663d1e
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 301 Moved Permanently");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: ../fens2013-edito-verite-fiction/client.php".(isset($_GET['CONNECT']) && $_GET['CONNECT'] ? "?CONNECT=true" : ""));
     4 header("Location: ../fens2014-attention/client.php".(isset($_GET['CONNECT']) && $_GET['CONNECT'] ? "?CONNECT=true" : ""));
     5 exit();
     5 exit();
     6 ?>
     6 ?>