web/caps2012/index.php
author ymh <ymh.work@gmail.com>
Wed, 19 Dec 2018 12:33:43 +0100
changeset 1489 74d7bed242b2
parent 1382 53b05c47f473
permissions -rw-r--r--
Added tag V06.013 for changeset e2317b551727

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