web/edito-datacuration/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 10 May 2013 13:34:40 +0200
changeset 893 10a19dd4e1c9
parent 519 6c9669619fac
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Merge with 357990a5f8cc85fd4181b2d8d0556b6c05fcf287

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