web/enmi12/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 22 Mar 2013 10:51:00 +0100
changeset 812 3076da4786cd
parent 780 03e433365026
permissions -rw-r--r--
Added tag V02.18 for changeset 8813796a4bf8

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