web/enmi20/index.php
changeset 1528 59a81a4de989
child 1539 2eca6c367a75
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/enmi20/index.php	Tue Oct 20 11:03:05 2020 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 302 Moved Temporarily");
+header("Location: client.php");
+exit();
+?>
\ No newline at end of file