web/fens2012/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 24 Oct 2017 14:18:06 +0200
changeset 1394 44fb141ae100
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Add séminaire téléprésence cnsad

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: select.php");
exit();
?>