web/caps2012/index.php
author Riwad Salim <riwad.salim@yahoo.fr>
Tue, 27 Oct 2020 14:10:44 +0100
changeset 1532 6f6294d607cd
parent 1382 53b05c47f473
permissions -rw-r--r--
Edit enmi20

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