Unpublish ENMI12 V02.11
authorRaphael Velt <raph.velt@gmail.com>
Thu, 17 Jan 2013 15:53:54 +0100
changeset 774 29cb496f4c57
parent 773 ca4a76bb6ad8
child 775 df83368b221f
Unpublish ENMI12
web/common.php
web/enmi12/index.php
web/enmi12/polemicaltimeline.php
--- 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