web/enmi19/index.php
changeset 1526 e4662bc99fec
parent 1509 0b68fd2f9547
--- a/web/enmi19/index.php	Wed Dec 18 12:01:20 2019 +0100
+++ b/web/enmi19/index.php	Mon Dec 30 23:15:44 2019 +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