diff options
Diffstat (limited to 'core/index.cgi')
-rwxr-xr-x | core/index.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/index.cgi b/core/index.cgi new file mode 100755 index 000000000..c9c98b0b2 --- /dev/null +++ b/core/index.cgi @@ -0,0 +1,3 @@ +#!/usr/bin/haserl --shell=luac +print("Status: 302 Found") +print("Location: ffluci/admin\n") |