web/fens2013/client.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 20 Jun 2013 12:07:28 +0200
changeset 935 bc90e3fd0875
parent 930 8edac8bd0851
permissions -rw-r--r--
Main event is now edito

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