web/enmi21/index.php
changeset 1555 942d10136be5
parent 1543 808ef2076edc
--- a/web/enmi21/index.php	Sun Nov 28 18:55:58 2021 +0100
+++ b/web/enmi21/index.php	Thu Dec 02 13:52:17 2021 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
-header("HTTP/1.1 302 Found");
-header("Location: client.php");
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: polemicaltimeline.php");
 exit();
 ?>
\ No newline at end of file