web/fens2014/client.php
author ymh <ymh.work@gmail.com>
Thu, 02 Jan 2020 16:30:19 +0100
changeset 1527 be2829b59938
parent 1133 7af603663d1e
permissions -rw-r--r--
Added tag V06.020 for changeset e4662bc99fec

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