| author | Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr> |
| Fri, 17 Jan 2014 17:01:30 +0100 | |
| changeset 1052 | 31bcc09b375c |
| parent 174 | 779fd28fdbb8 |
| permissions | -rwxr-xr-x |
|
150
ffaea21247c4
change partner and add CPV
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
1 |
<?php |
|
ffaea21247c4
change partner and add CPV
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
2 |
// Permanent redirection |
|
ffaea21247c4
change partner and add CPV
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
3 |
header("HTTP/1.1 301 Moved Permanently"); |
|
174
779fd28fdbb8
redirect to the polemical timeline
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
150
diff
changeset
|
4 |
header("Location: polemicaltimeline.php"); |
|
150
ffaea21247c4
change partner and add CPV
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
5 |
exit(); |
|
ffaea21247c4
change partner and add CPV
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
6 |
?> |