web/CPV/index.php
changeset 174 779fd28fdbb8
parent 150 ffaea21247c4
equal deleted inserted replaced
173:28dc87c08355 174:779fd28fdbb8
     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 ?>