web/museo/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 22 Mar 2013 11:37:58 +0100
changeset 816 db0c8e16d13b
parent 797 c3543cde84c8
permissions -rw-r--r--
Added tag V02.18 for changeset 42af8ce9ec1e

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