diff options
Diffstat (limited to 'applications/sgi-haserl/root/www/cgi-bin/index.cgi')
-rwxr-xr-x | applications/sgi-haserl/root/www/cgi-bin/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/sgi-haserl/root/www/cgi-bin/index.cgi b/applications/sgi-haserl/root/www/cgi-bin/index.cgi index 31705ccf27..aae8591c6a 100755 --- a/applications/sgi-haserl/root/www/cgi-bin/index.cgi +++ b/applications/sgi-haserl/root/www/cgi-bin/index.cgi @@ -1,3 +1,3 @@ #!/usr/bin/haserl --shell=luac print("Status: 302 Found") -print("Location: ffluci\n") +print("Location: luci\n") |