web/enmi19/index.php
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2019 11:57:24 +0100
changeset 1524 04449dcdcb8d
parent 1509 0b68fd2f9547
child 1526 e4662bc99fec
permissions -rw-r--r--
update poetry lock file

<?php
// Permanent redirection
header("HTTP/1.1 302 Found");
header("Location: client.php");
exit();
?>