web/enmi19/polemicaltimeline.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: select.php");
     4 //header("Location: select.php");
     5 header("Location: client.php");
     5 header("Location: select.php");
     6 exit();
     6 exit();
     7 ?>
     7 ?>