luci/contrib/index.cgi
Steven Barth 93a98dd13b Moved examples out of source directory
Added a first draft design
Cleaned up Makefile
Prepared for module development
2008-03-10 08:53:14 +00:00

4 lines
86 B
Perl
Executable File

#!/usr/bin/haserl --shell=luac
print("Status: 302 Found")
print("Location: ffluci\n")