web/enmi19/polemicaltimeline.php
changeset 1526 e4662bc99fec
parent 1509 0b68fd2f9547
--- a/web/enmi19/polemicaltimeline.php	Wed Dec 18 12:01:20 2019 +0100
+++ b/web/enmi19/polemicaltimeline.php	Mon Dec 30 23:15:44 2019 +0100
@@ -1,7 +1,7 @@
 <?php
 // Permanent redirection
-header("HTTP/1.1 302 Found");
+header("HTTP/1.1 301 Moved Permanently");
 //header("Location: select.php");
-header("Location: client.php");
+header("Location: select.php");
 exit();
 ?>
\ No newline at end of file