web/fens2014-attention/index.php
changeset 1135 e78bbfe90a57
parent 1125 13b4a9bda9ec
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();