| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Tue, 29 Dec 2015 13:25:14 +0100 | |
| changeset 1304 | 10974bff4dae |
| parent 1301 | ae7457ba07e9 |
| permissions | -rw-r--r-- |
|
1301
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
1 |
<?php |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
2 |
// Permanent redirection |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
3 |
header("HTTP/1.1 301 Moved Permanently"); |
|
1304
10974bff4dae
upgrade metadataplayer + publish enmi 14and 15
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
1301
diff
changeset
|
4 |
header("Location: polemicaltimeline.php"); |
|
1301
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
5 |
exit(); |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
6 |
?> |