web/edito/index.php
author Riwad Salim <riwad.salim@yahoo.fr>
Tue, 27 Oct 2020 14:10:44 +0100
changeset 1532 6f6294d607cd
parent 797 c3543cde84c8
permissions -rw-r--r--
Edit enmi20

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