web/enmi12/index.php
changeset 731 03f3f79ba887
child 766 d106d2109ff3
equal deleted inserted replaced
730:3955bf4f221e 731:03f3f79ba887
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 301 Moved Permanently");
       
     4 header("Location: client.php");
       
     5 exit();
       
     6 ?>