| author | ymh <ymh.work@gmail.com> |
| Sat, 19 Oct 2024 01:42:20 +0200 | |
| changeset 1565 | b1d408b2381d |
| parent 1380 | f3467f638ceb |
| permissions | -rw-r--r-- |
|
1366
2cebaaf18c54
enmi16
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
1 |
<?php |
|
2cebaaf18c54
enmi16
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
2 |
// Permanent redirection |
|
1380
f3467f638ceb
add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
1366
diff
changeset
|
3 |
header("HTTP/1.1 301 Moved Permanently"); |
|
f3467f638ceb
add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
1366
diff
changeset
|
4 |
header("Location: polemicaltimeline.php"); |
|
1366
2cebaaf18c54
enmi16
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
5 |
exit(); |
|
2cebaaf18c54
enmi16
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
6 |
?> |