web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 15 Jun 2011 13:38:14 +0200
changeset 176 ffbd8565b65f
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
correct GA code + config for CPV

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