web/edito-webdoc/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 02 Apr 2014 17:14:37 +0200
changeset 1093 8bb20bc1dc20
parent 401 71c55bfff147
permissions -rwxr-xr-x
attention #6

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