web/eduinov-2013/table-ronde/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 05 Mar 2013 16:02:11 +0100
changeset 796 745715a38cb4
child 886 1e110b03ae96
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added #eduinov 2013
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
// Permanent redirection
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
header("Location: client.php");
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
exit();
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
?>