| author | Riwad Salim <riwad.salim@yahoo.fr> |
| Tue, 27 Oct 2020 14:10:44 +0100 | |
| changeset 1532 | 6f6294d607cd |
| parent 1382 | 53b05c47f473 |
| 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 |
?> |