web/logos-2-0/index.php
changeset 1186 e10c0c8ec4d5
parent 1087 4fd3f4f7e6f7
equal deleted inserted replaced
1185:d4c76b9f1b90 1186:e10c0c8ec4d5
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 
     3 
     4 header("HTTP/1.1 301 Moved Permanently");
     4 header("HTTP/1.1 301 Moved Permanently");
     5 header("Location: client.php");
     5 header("Location: polemicaltimeline.php");
     6 exit();
     6 exit();