web/mashup/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 24 May 2012 14:16:49 +0200
changeset 625 f23a3f9b79ac
parent 197 77e3207456b7
permissions -rwxr-xr-x
re-enabled pad

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