web/enmi12/polemicaltimeline.php
changeset 774 29cb496f4c57
parent 772 d3bc67bbb5e3
child 780 03e433365026
equal deleted inserted replaced
773:ca4a76bb6ad8 774:29cb496f4c57
     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: select.php");
     4 //header("Location: select.php");
       
     5 header("Location: client.php");
     5 exit();
     6 exit();
     6 ?>
     7 ?>