3 lines
68 B
Perl
Executable file
3 lines
68 B
Perl
Executable file
#!/usr/bin/lua
|
|
print("Status: 302 Found")
|
|
print("Location: luci\n")
|