| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Fri, 06 Jan 2017 15:42:03 +0100 | |
| changeset 1382 | 53b05c47f473 |
| parent 1186 | e10c0c8ec4d5 |
| permissions | -rw-r--r-- |
|
687
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
1 |
<?php |
|
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
2 |
// Permanent redirection |
|
1382
53b05c47f473
add cnsad event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
1186
diff
changeset
|
3 |
header("HTTP/1.1 301 Moved Permanently"); |
|
1186
e10c0c8ec4d5
add museo 10/02/2015 + correct index.php on projects
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
687
diff
changeset
|
4 |
header("Location: polemicaltimeline.php"); |
|
687
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
5 |
exit(); |
|
828c970342e5
add caps 2012 event
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
6 |
?> |