web/bpi-des-livres-aux-machines/index.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 02 Feb 2012 14:45:30 +0100
changeset 491 ae626ab315b9
child 521 0fd2948de190
permissions -rw-r--r--
Added Live for BPI Des Livres aux Machines
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
491
ae626ab315b9 Added Live for BPI Des Livres aux Machines
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
ae626ab315b9 Added Live for BPI Des Livres aux Machines
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
// Permanent redirection
ae626ab315b9 Added Live for BPI Des Livres aux Machines
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
ae626ab315b9 Added Live for BPI Des Livres aux Machines
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
header("Location: client.php");
ae626ab315b9 Added Live for BPI Des Livres aux Machines
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
exit();
ae626ab315b9 Added Live for BPI Des Livres aux Machines
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
?>