web/enmi24/index.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 17:17:30 +0100
changeset 1582 3994db8224ea
parent 1571 4a1e6952afe5
permissions -rw-r--r--
Added tag V09.005 for changeset 2d713fdd532f

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