web/enmi20/index.php
changeset 1539 2eca6c367a75
parent 1528 59a81a4de989
--- a/web/enmi20/index.php	Tue Jan 12 13:47:11 2021 +0100
+++ b/web/enmi20/index.php	Tue Jan 12 17:29:44 2021 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
-header("HTTP/1.1 302 Moved Temporarily");
-header("Location: client.php");
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: select.php");
 exit();
 ?>
\ No newline at end of file