web/mashup/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 23 Jun 2011 10:31:59 +0200
changeset 197 77e3207456b7
permissions -rwxr-xr-x
rename MashUp to mashup step 2

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