web/edito-datacuration/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 15 Feb 2012 10:38:14 +0100
changeset 520 067d37fb966a
parent 519 6c9669619fac
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V01.40 for changeset 29396e629e7c

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