--- a/web/enmi15/index.php Fri Dec 11 18:11:13 2015 +0100
+++ b/web/enmi15/index.php Tue Dec 29 13:25:14 2015 +0100
@@ -1,6 +1,6 @@
<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
-header("Location: client.php");
+header("Location: polemicaltimeline.php");
exit();
?>