web/enmi14/index.php
changeset 1166 d92b7a46e5c1
child 1186 e10c0c8ec4d5
equal deleted inserted replaced
1165:9374709c7647 1166:d92b7a46e5c1
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 301 Moved Permanently");
       
     4 header("Location: client.php");
       
     5 exit();
       
     6 ?>