--- a/web/common.php Thu Jan 17 15:26:40 2013 +0100
+++ b/web/common.php Thu Jan 17 15:53:54 2013 +0100
@@ -34,7 +34,7 @@
'fens2012-vinyl-numerique',
'fens2012-edito-datajournalisme',
'fens2012-wiid',
- "enmi12"
+ //"enmi12"
);
--- a/web/enmi12/index.php Thu Jan 17 15:26:40 2013 +0100
+++ b/web/enmi12/index.php Thu Jan 17 15:53:54 2013 +0100
@@ -1,6 +1,6 @@
<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
-header("Location: select.php");
+header("Location: client.php");
exit();
?>
\ No newline at end of file
--- a/web/enmi12/polemicaltimeline.php Thu Jan 17 15:26:40 2013 +0100
+++ b/web/enmi12/polemicaltimeline.php Thu Jan 17 15:53:54 2013 +0100
@@ -1,6 +1,7 @@
<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
-header("Location: select.php");
+//header("Location: select.php");
+header("Location: client.php");
exit();
?>
\ No newline at end of file