web/edito-webdoc/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 07 Jun 2013 18:18:08 +0200
changeset 924 bfe55975cb1b
parent 401 71c55bfff147
permissions -rwxr-xr-x
#mashupfilmfest hashtag correction

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