web/enmi17/session-3/index.php
changeset 1412 8e51c6b8815f
equal deleted inserted replaced
1411:17608046318a 1412:8e51c6b8815f
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 301 Moved Permanently");
       
     4 header("Location: polemicaltimeline.php");
       
     5 exit();
       
     6 ?>