web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 14 Nov 2011 16:12:54 +0100
changeset 364 e6820078c32c
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
correct GA code

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