correct redirect
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 19 Dec 2011 10:02:50 +0100
changeset 434 72f6b7a40b19
parent 431 0218f9d62a63
child 435 a022fd3397b4
correct redirect
web/enmi2011/index.php
--- a/web/enmi2011/index.php	Mon Dec 19 01:41:39 2011 +0100
+++ b/web/enmi2011/index.php	Mon Dec 19 10:02:50 2011 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
 header("HTTP/1.1 301 Moved Permanently");
-header("Location: polemicaltimeline.php");
+header("Location: client.php");
 exit();
 ?>
\ No newline at end of file