| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Fri, 27 Oct 2017 23:15:23 +0200 | |
| changeset 1399 | a73fcb231b05 |
| 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 |
?> |