web/bpi-floptechno/index.php
changeset 909 7e8fc6f151b3
child 1186 e10c0c8ec4d5
equal deleted inserted replaced
908:8d3096996732 909:7e8fc6f151b3
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 301 Moved Permanently");
       
     4 header("Location: client.php");
       
     5 exit();
       
     6 ?>