web/enmi16/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Thu, 10 Jan 2019 18:36:36 +0100
changeset 1497 14a9bed2e3cd
parent 1380 f3467f638ceb
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:
1380
f3467f638ceb add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
f3467f638ceb add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
// Permanent redirection
f3467f638ceb add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
f3467f638ceb add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     4
//header("Location: select.php");
f3467f638ceb add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
header("Location: select.php");
f3467f638ceb add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
exit();
f3467f638ceb add enmi2016 session4
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     7
?>