web/caps2012/index.php
author Riwad Salim <riwad.salim@yahoo.fr>
Mon, 21 Dec 2020 13:19:34 +0100
changeset 1536 dd7d376749a4
parent 1382 53b05c47f473
permissions -rw-r--r--
edit ENMI20 programm

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