web/caps2012/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 15 Jun 2018 11:08:31 +0200
changeset 1425 99671a4d5274
parent 1382 53b05c47f473
permissions -rw-r--r--
remove twitter tokens

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: polemicaltimeline.php");
exit();
?>