web/enmi18/index.php
changeset 1494 a7adb39ecf22
parent 1482 97b5802c9069
equal deleted inserted replaced
1489:74d7bed242b2 1494:a7adb39ecf22
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 302 Found");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: client.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
       
     6 ?>