web/edito-1516-08-desir-profilage/index.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 02:00:51 +0100
changeset 1579 c88b8cc7b2b8
parent 1347 884c1fe5faea
permissions -rw-r--r--
make sending button inactive when sending

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