web/edito/polemicaltimeline.php
author ymh <ymh.work@gmail.com>
Wed, 19 Sep 2018 18:09:27 +0200
changeset 1436 b3d23c1b791e
parent 797 c3543cde84c8
permissions -rw-r--r--
Add hypothes.is protocol

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