web/enmi15/session-4/index.php
changeset 1304 10974bff4dae
parent 1166 d92b7a46e5c1
equal deleted inserted replaced
1303:20e00017dd60 1304:10974bff4dae
       
     1 <?php
       
     2 // Permanent redirection
       
     3 header("HTTP/1.1 301 Moved Permanently");
       
     4 header("Location: polemicaltimeline.php");
       
     5 exit();
       
     6 ?>