web/enmi12/polemicaltimeline.php
changeset 780 03e433365026
parent 774 29cb496f4c57
equal deleted inserted replaced
779:e13084ff318b 780:03e433365026
     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 header("Location: select.php");
     6 exit();
     6 exit();
     7 ?>
     7 ?>