web/bpi-floptechno/index.php
author ymh <ymh.work@gmail.com>
Wed, 19 Sep 2018 18:09:27 +0200
changeset 1436 b3d23c1b791e
parent 1186 e10c0c8ec4d5
permissions -rw-r--r--
Add hypothes.is protocol

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