mesecons.net/microcontroller/index.php

6 lines
95 B
PHP

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: /luacontroller");
exit();
?>