web/eduinnov-focus/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 16 Mar 2012 19:29:48 +0100
changeset 546 fd35749faca9
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Last commit before weekend

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