web/caps2012/index.php
author Riwad Salim
Fri, 21 Dec 2018 12:21:15 +0100
changeset 1494 a7adb39ecf22
parent 1382 53b05c47f473
permissions -rw-r--r--
Archive enmi18

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