web/caps2012/index.php
changeset 1186 e10c0c8ec4d5
parent 687 828c970342e5
child 1382 53b05c47f473
equal deleted inserted replaced
1185:d4c76b9f1b90 1186:e10c0c8ec4d5
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 302 Moved temporarily");
     3 header("HTTP/1.1 302 Moved temporarily");
     4 header("Location: client.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>