web/caps2012/index.php
author salimr <riwad.salim@yahoo.fr>
Wed, 31 Oct 2018 12:42:19 +0100
changeset 1482 97b5802c9069
parent 1382 53b05c47f473
permissions -rw-r--r--
Add enmi18 to client

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