web/edito-1516-03-editorialisation-universitaire/index.php
changeset 1310 69797e45e10f
child 1312 18e26fddbc5c
equal deleted inserted replaced
1309:6b0512a166d7 1310:69797e45e10f
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 301 Moved Permanently");
       
     4 header("Location: client.php");
       
     5 exit();
       
     6 ?>