web/museo-1213-02-vecteurs-numerique/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 28 Nov 2012 13:28:46 +0100
changeset 720 b8f7ad30571f
child 937 bb8cabb326dd
permissions -rw-r--r--
Added Museo 12.2012

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