web/edito-intelligence/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 14 Feb 2012 14:23:18 +0100
changeset 510 9bbd4e653f16
parent 479 eb44a86b7a94
child 521 0fd2948de190
permissions -rwxr-xr-x
publish edito

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