--- /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(); +?>