web/enmi18/index.php
changeset 1494 a7adb39ecf22
parent 1482 97b5802c9069
--- a/web/enmi18/index.php	Wed Dec 19 12:33:43 2018 +0100
+++ b/web/enmi18/index.php	Fri Dec 21 12:21:15 2018 +0100
@@ -1,5 +1,6 @@
 <?php
 // Permanent redirection
-header("HTTP/1.1 302 Found");
-header("Location: client.php");
-exit();
\ No newline at end of file
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: polemicaltimeline.php");
+exit();
+?>
\ No newline at end of file