web/museo/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 02 Dec 2014 12:30:44 +0100
changeset 1164 9128b85b5dea
parent 797 c3543cde84c8
permissions -rw-r--r--
publish museo 1 2014-11-25

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