web/attention-1415-06-game-design/index.php
changeset 1264 3f618b829864
parent 1228 2a9118161d69
child 1272 82fe5cb3b55a
equal deleted inserted replaced
1263:e9182af0d603 1264:3f618b829864
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 301 Moved Permanently");
       
     4 header("Location: client.php");
       
     5 exit();