web/enmi19/index.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 11:02:15 +0100
changeset 1512 487ca37bb0c7
parent 1509 0b68fd2f9547
child 1526 e4662bc99fec
permissions -rw-r--r--
Upgrade backbone

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