web/enmi2011/index.php
changeset 465 297156c2efbe
parent 434 72f6b7a40b19
equal deleted inserted replaced
464:b9243ade95e2 465:297156c2efbe
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 301 Moved Permanently");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: client.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>