web/fens2014/client.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 11 Feb 2015 10:49:46 +0100
changeset 1190 ca8df38385a7
parent 1133 7af603663d1e
permissions -rw-r--r--
add last museo 10/02/2015

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