web/caps2012/index.php
changeset 687 828c970342e5
child 1186 e10c0c8ec4d5
equal deleted inserted replaced
686:3fb54af6f3cc 687:828c970342e5
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 302 Moved temporarily");
       
     4 header("Location: client.php");
       
     5 exit();
       
     6 ?>