web/enmi17/index.php
changeset 1412 8e51c6b8815f
parent 1398 7af2a4b9b5df
--- a/web/enmi17/index.php	Mon Dec 18 18:24:55 2017 +0100
+++ b/web/enmi17/index.php	Mon Jan 15 17:10:45 2018 +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();
 ?>