web/mashup/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 27 May 2013 18:11:45 +0200
changeset 909 7e8fc6f151b3
parent 197 77e3207456b7
permissions -rwxr-xr-x
Added bpi #floptechno

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