web/enmi13/index.php
author ymh <ymh.work@gmail.com>
Mon, 22 Oct 2018 17:04:30 +0200
changeset 1480 d2d28468b410
parent 1186 e10c0c8ec4d5
permissions -rw-r--r--
Add support for displaying new protocol
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1029
d509a032f828 added event ENMI13 + added edito#1 and attention#2 in archives
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
d509a032f828 added event ENMI13 + added edito#1 and attention#2 in archives
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
d509a032f828 added event ENMI13 + added edito#1 and attention#2 in archives
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1186
e10c0c8ec4d5 add museo 10/02/2015 + correct index.php on projects
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1029
diff changeset
     4
header("Location: polemicaltimeline.php");
1029
d509a032f828 added event ENMI13 + added edito#1 and attention#2 in archives
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
d509a032f828 added event ENMI13 + added edito#1 and attention#2 in archives
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>