web/edito/index.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 17:17:30 +0100
changeset 1582 3994db8224ea
parent 797 c3543cde84c8
permissions -rw-r--r--
Added tag V09.005 for changeset 2d713fdd532f

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