web/vivagora/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 15 Oct 2012 14:26:28 +0200
changeset 688 bbe83dbb745b
parent 540 493724e19509
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V02.00 for changeset c331000c6169

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