web/edito-1516-06-confession-confiscation-de-soi/index.php
author ymh <ymh.work@gmail.com>
Thu, 20 Sep 2018 15:56:21 +0200
changeset 1446 6e8e657823d9
parent 1335 a2187557367c
permissions -rw-r--r--
Added tag V06.001 for changeset 6c5650eb727b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1332
34274b4c882f add edito #6
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
34274b4c882f add edito #6
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
34274b4c882f add edito #6
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1335
a2187557367c publish edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1332
diff changeset
     4
header("Location: polemicaltimeline.php");
1332
34274b4c882f add edito #6
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
34274b4c882f add edito #6
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>