web/enmi18/index.php
author salimr <riwad.salim@yahoo.fr>
Wed, 26 Jun 2019 13:34:15 +0200
changeset 1500 b80b8e81065d
parent 1494 a7adb39ecf22
permissions -rw-r--r--
Add event enmi-preparatoire

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