equal
deleted
inserted
replaced
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(); |