web/enmi2011/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 19 Dec 2011 11:24:48 +0100
changeset 441 6207e9dd3809
parent 434 72f6b7a40b19
child 465 297156c2efbe
permissions -rwxr-xr-x
Added tag V01.11 for changeset 559b204387b2

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