web/enmi15/polemicaltimeline.php
author Riwad Salim <riwad.salim@yahoo.fr>
Tue, 03 Dec 2019 11:54:06 +0100
changeset 1509 0b68fd2f9547
parent 1301 ae7457ba07e9
permissions -rw-r--r--
Add enmi19 event

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