web/edito-inaugurale/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 15 May 2012 15:59:29 +0200
changeset 614 738ca9d3f98d
parent 344 84cf2be7e8bd
permissions -rwxr-xr-x
correction museo-interfaces
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
?>