web/edito-datacuration/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 19 Mar 2014 17:22:11 +0100
changeset 1088 4834162e1cd6
parent 519 6c9669619fac
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V02.78 for changeset 89c7c5e2ac06

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