web/mashup/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 23 Mar 2012 16:32:46 +0100
changeset 566 3f2b6b822166
parent 197 77e3207456b7
permissions -rwxr-xr-x
Added tag V01.58 for changeset f72d9f179c05

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