web/enmi16/index.php
changeset 1380 f3467f638ceb
parent 1366 2cebaaf18c54
equal deleted inserted replaced
1379:300f33033fae 1380:f3467f638ceb
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 307 Temporary Redirect");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: client.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>