web/fens2014-design-metadata/index.php
changeset 1135 e78bbfe90a57
parent 1129 32641f0d1429
equal deleted inserted replaced
1134:7277c07f4b10 1135:e78bbfe90a57
     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 ?>