web/attention-1314-01-notion-attention/index.php
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 14:48:48 +0200
changeset 1465 201a829de81b
parent 1003 366c873e2e29
permissions -rw-r--r--
Added tag V06.005 for changeset 239a2fbc9e2c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
983
788ffa17cb01 Add Muséo#1 & EcologieAttention #2
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
788ffa17cb01 Add Muséo#1 & EcologieAttention #2
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
788ffa17cb01 Add Muséo#1 & EcologieAttention #2
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1003
366c873e2e29 create edito01 + put eco-attention in archive
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents: 983
diff changeset
     4
header("Location: polemicaltimeline.php");
983
788ffa17cb01 Add Muséo#1 & EcologieAttention #2
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
788ffa17cb01 Add Muséo#1 & EcologieAttention #2
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>