web/edito-intelligence/index.php
changeset 521 0fd2948de190
parent 479 eb44a86b7a94
equal deleted inserted replaced
520:067d37fb966a 521:0fd2948de190
     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 ?>