web/enmi15/index.php
changeset 1304 10974bff4dae
parent 1301 ae7457ba07e9
--- 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();
 ?>