web/fens2014/client.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 10 Feb 2016 14:52:12 +0100
changeset 1328 c271a708cdb6
parent 1133 7af603663d1e
permissions -rw-r--r--
add edito #5 + set default event to edito#5

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