web/edito/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 10 May 2013 14:46:57 +0200
changeset 895 aa7ad01b8260
parent 797 c3543cde84c8
permissions -rw-r--r--
clean hg ignore

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