web/enmi14/index.php
changeset 1186 e10c0c8ec4d5
parent 1166 d92b7a46e5c1
equal deleted inserted replaced
1185:d4c76b9f1b90 1186:e10c0c8ec4d5
     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 ?>