web/fens2012/client.php
author ymh <ymh.work@gmail.com>
Thu, 20 Sep 2018 15:28:23 +0200
changeset 1443 66ca0c90c47c
parent 635 1d9380c8847f
permissions -rw-r--r--
try to correct mixed active content errors

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