web/eduinnov/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 12 Apr 2012 15:51:57 +0200
changeset 579 4ac547e35fd2
parent 546 fd35749faca9
permissions -rw-r--r--
edito-reseaux-sociaux

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