web/enmi18/index.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 17:55:20 +0100
changeset 1518 a3c6f244dbc1
parent 1494 a7adb39ecf22
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: polemicaltimeline.php");
exit();
?>