web/enmi13/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 17:55:20 +0100
changeset 1518 a3c6f244dbc1
parent 1032 bd484786d284
permissions -rw-r--r--
Remove sharethis button and replace them by a passive solution

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