web/rsln/index.php
changeset 1004 1eff91564807
parent 133 9578d3ddce17
equal deleted inserted replaced
1003:366c873e2e29 1004:1eff91564807
     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: polemicaltimeline.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
     6 ?>