web/mashup/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 28 Aug 2012 12:29:30 +0200
changeset 685 b48fe0f2d5b1
parent 197 77e3207456b7
permissions -rwxr-xr-x
Removed Protocol on FENS 2012

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