web/edito/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 27 May 2013 18:11:45 +0200
changeset 909 7e8fc6f151b3
parent 797 c3543cde84c8
permissions -rw-r--r--
Added bpi #floptechno

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