web/attention-1314-01-notion-attention/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 25 Nov 2013 19:06:54 +0100
changeset 994 053de9a4e738
parent 983 788ffa17cb01
child 1003 366c873e2e29
permissions -rw-r--r--
adapt for 5.3.2
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");
788ffa17cb01 Add Muséo#1 & EcologieAttention #2
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     4
header("Location: client.php");
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
?>