web/enmi12/index.php
changeset 766 d106d2109ff3
parent 731 03f3f79ba887
child 774 29cb496f4c57
equal deleted inserted replaced
765:8cde4d15a173 766:d106d2109ff3
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 301 Moved Permanently");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: client.php");
     4 header("Location: select.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>