diff options
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/sgi-haserl/root/www/cgi-bin/luci | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/sgi-haserl/root/www/cgi-bin/luci b/applications/sgi-haserl/root/www/cgi-bin/luci index 8b06527a0..13fec754e 100755 --- a/applications/sgi-haserl/root/www/cgi-bin/luci +++ b/applications/sgi-haserl/root/www/cgi-bin/luci @@ -1,3 +1,2 @@ #!/usr/bin/haserl --shell=luac -require("luci.dispatcher").createindex() -luci.dispatcher.httpdispatch()
\ No newline at end of file +require("luci.dispatcher").httpdispatch()
\ No newline at end of file |