web/edito/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 17 Mar 2015 11:25:04 +0100
changeset 1207 f358c7aa79c7
parent 797 c3543cde84c8
permissions -rw-r--r--
museo 5

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