publsh edito cloture V04.047
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 22 Jun 2016 14:49:35 +0200
changeset 1353 18a568d8f9c7
parent 1352 54801521dd44
child 1354 708fda5b76ca
publsh edito cloture
web/common.php
web/edito-1516-09-cloture/config.php
web/edito-1516-09-cloture/index.php
--- a/web/common.php	Thu Jun 16 15:42:42 2016 +0200
+++ b/web/common.php	Wed Jun 22 14:49:35 2016 +0200
@@ -63,7 +63,7 @@
     'attention-1415-06-game-design', 'edito-1415-05-faire-oeuvre-epoque-numerique', 'museo-1415-08-histoire-critique',
     'attention-1415-07-design-pluralisation', 'edito-1516-01-profil-collectif', 'edito-1516-02-corps-profil', 'enmi15', 'edito-1516-03-editorialisation-universitaire',
     'edito-1516-04-detournements-creation', 'edito-1516-05-production-reel', 'edito-1516-06-confession-confiscation-de-soi',
-    'edito-1516-07-architecture-savoir', 'edito-1516-08-desir-profilage'
+    'edito-1516-07-architecture-savoir', 'edito-1516-08-desir-profilage', 'edito-1516-09-cloture'
 );
 
 
--- a/web/edito-1516-09-cloture/config.php	Thu Jun 16 15:42:42 2016 +0200
+++ b/web/edito-1516-09-cloture/config.php	Wed Jun 22 14:49:35 2016 +0200
@@ -27,6 +27,6 @@
     'head_logo' => 'images/logo-edito.png',
     'slide_background' => 'images/slide_background.jpg',
     'archive_img' => 'images/archive_img.jpg',
-    'metadata' => '',
+    'metadata' => 'f680cd34-3875-11e6-840b-00145ea4a2be',
     'annotation_protocol_version' => '2',
 );
--- a/web/edito-1516-09-cloture/index.php	Thu Jun 16 15:42:42 2016 +0200
+++ b/web/edito-1516-09-cloture/index.php	Wed Jun 22 14:49:35 2016 +0200
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
-header("HTTP/1.1 302 Found");
-header("Location: client.php");
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: polemicaltimeline.php");
 exit();
 ?>