web/edito-intelligence/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 13 Feb 2012 17:09:33 +0100
changeset 508 c296bead6659
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
edito intelligence archive

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