web/rsln-opendata/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 28 Aug 2012 12:33:07 +0200
changeset 686 3fb54af6f3cc
parent 133 9578d3ddce17
permissions -rwxr-xr-x
Added tag V01.99 for changeset 62e3beef6ac7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
133
9578d3ddce17 correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 120
diff changeset
     1
<?php
9578d3ddce17 correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 120
diff changeset
     2
// Permanent redirection
9578d3ddce17 correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 120
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
9578d3ddce17 correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 120
diff changeset
     4
header("Location: polemicaltimeline.php");
9578d3ddce17 correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 120
diff changeset
     5
exit();
120
3daa4039509a -folder reorgnaisation
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     6
?>