web/enmi19/index.php
author Riwad Salim <riwad.salim@yahoo.fr>
Mon, 16 Dec 2019 23:05:12 +0100
changeset 1520 f189d4918dae
parent 1509 0b68fd2f9547
child 1526 e4662bc99fec
permissions -rw-r--r--
Edit enmi19 description

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