web/edito-1314-05-algorithme/index.php
author salimr <riwad.salim@yahoo.fr>
Fri, 28 Jun 2019 17:15:53 +0200
changeset 1504 c20658804bd1
parent 1106 1f827e73cb58
permissions -rw-r--r--
change hashtag for enmi19-preparatoire

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