web/mashup/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 13 Mar 2012 23:46:06 +0100
changeset 545 64f1d027b306
parent 197 77e3207456b7
permissions -rwxr-xr-x
Added tag V01.48 for changeset 7bf2f9d892e0

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