web/edito/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 11 Feb 2015 11:25:12 +0100
changeset 1193 6489a0c6e02c
parent 797 c3543cde84c8
permissions -rw-r--r--
Added tag V03.014 for changeset a92a7bd35a66

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