web/enmi18/index.php
changeset 1482 97b5802c9069
child 1494 a7adb39ecf22
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/enmi18/index.php	Wed Oct 31 12:42:19 2018 +0100
@@ -0,0 +1,5 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 302 Found");
+header("Location: client.php");
+exit();
\ No newline at end of file