web/edito-intelligence/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 14 Feb 2012 14:22:15 +0100
changeset 512 8d2fcfbc2fd9
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V01.36 for changeset 3e6163b7764c

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