web/fens2013/client.php
changeset 935 bc90e3fd0875
parent 930 8edac8bd0851
equal deleted inserted replaced
934:60c9012ee111 935:bc90e3fd0875
     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-museo-cultural-data/client.php");
     4 header("Location: ../fens2013-edito-verite-fiction/client.php".(isset($_GET['CONNECT']) && $_GET['CONNECT'] ? "?CONNECT=true" : ""));
     5 exit();
     5 exit();
     6 ?>
     6 ?>