Add link from mesecons.net/microcontroller to /luacontroller

master
Jeija 2013-02-12 12:51:57 +01:00
parent 5202a2daa7
commit 57dc832f57
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: /luacontroller");
exit();
?>