web/edito-intelligence/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 14 Feb 2012 14:25:12 +0100
changeset 514 cbffcbfd37bb
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
Added tag V01.37 for changeset efbc44c984ea

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