web/fens2012/index.php
author ymh <ymh.work@gmail.com>
Tue, 03 Sep 2024 11:13:36 +0200
changeset 1559 796b49572291
parent 633 dfcbb21a8eac
permissions -rw-r--r--
Added tag V08.000 for changeset 761ba7426984

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