web/www2012/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 15 May 2012 15:59:58 +0200
changeset 615 3bafb6f5b7f7
parent 583 f655dafb741e
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V01.79 for changeset 5fa0d602c5df

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