web/enmi19/index.php
changeset 1526 e4662bc99fec
parent 1509 0b68fd2f9547
equal deleted inserted replaced
1525:3c96e9ef3d64 1526:e4662bc99fec
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 302 Found");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: client.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>