web/enmi17/index.php
changeset 1398 7af2a4b9b5df
child 1412 8e51c6b8815f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/enmi17/index.php	Fri Oct 27 23:14:59 2017 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 302 Found");
+header("Location: client.php");
+exit();
+?>