web/edito-inaugurale/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 12 Jun 2014 12:52:01 +0200
changeset 1130 393bb7c2bc1d
parent 344 84cf2be7e8bd
permissions -rwxr-xr-x
Added tag v02.96 for changeset d586369f8c46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
344
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
// Permanent redirection
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     4
header("Location: polemicaltimeline.php");
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
exit();
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
?>