web/jenkins/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 10 Aug 2012 16:25:19 +0200
changeset 678 ec24200dd124
parent 616 151ebf102b92
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V01.98 for changeset e18e12a87802

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