web/caps2012/index.php
author ymh <ymh.work@gmail.com>
Fri, 21 Dec 2018 12:03:45 +0100
changeset 1492 7660e29dd649
parent 687 828c970342e5
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Close branch

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