luci/libs/sgi-cgi/htdocs/cgi-bin/index.cgi
2008-06-15 18:02:09 +00:00

3 lines
68 B
Perl
Executable file

#!/usr/bin/lua
print("Status: 302 Found")
print("Location: luci\n")