web/CPV/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 26 May 2011 07:32:48 +0200
changeset 168 ff9a02953c4c
parent 150 ffaea21247c4
child 174 779fd28fdbb8
permissions -rwxr-xr-x
Added tag V00.53 for changeset 1d8e759c7936

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