web/museo/index.php
author ymh <ymh.work@gmail.com>
Sun, 28 Nov 2021 18:55:58 +0100
changeset 1554 5da776f32fe9
parent 797 c3543cde84c8
permissions -rw-r--r--
Added tag V07.003 for changeset 53df1cd6d37a

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