web/attention-1314-01-notion-attention/index.php
author ymh <ymh.work@gmail.com>
Tue, 19 Jun 2018 00:03:22 +0200
changeset 1428 0f6497de52f6
parent 1003 366c873e2e29
permissions -rw-r--r--
Added tag V05.000 for changeset 8b3d57a519eb
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
?>