web/edito-1314-05-algorithme/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 12 Dec 2016 14:57:24 +0100
changeset 1371 b292a3e7f56f
parent 1106 1f827e73cb58
permissions -rw-r--r--
Added tag V04.050 for changeset b4fcb777c76a

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