web/enmi17/index.php
author ymh <ymh.work@gmail.com>
Thu, 10 Jan 2019 18:36:36 +0100
changeset 1497 14a9bed2e3cd
parent 1412 8e51c6b8815f
permissions -rw-r--r--
Adapt recorder_stream to python 3 Improve twitter authentication management Use Oauth2 where possible Delete old script
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1398
7af2a4b9b5df Enmi 2017
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
7af2a4b9b5df Enmi 2017
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
// Permanent redirection
1412
8e51c6b8815f publish enmi17 sessions
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1398
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
8e51c6b8815f publish enmi17 sessions
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1398
diff changeset
     4
header("Location: polemicaltimeline.php");
1398
7af2a4b9b5df Enmi 2017
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
exit();
7af2a4b9b5df Enmi 2017
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
?>