web/fens2012-designmetadata/index.php
changeset 659 44c5c0a2b6d4
parent 633 dfcbb21a8eac
equal deleted inserted replaced
658:7e85f1b9004e 659:44c5c0a2b6d4
     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 ?>