diff options
Diffstat (limited to 'libs/sgi-haserl/root')
-rwxr-xr-x | libs/sgi-haserl/root/www/cgi-bin/luci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sgi-haserl/root/www/cgi-bin/luci b/libs/sgi-haserl/root/www/cgi-bin/luci index ab2a3e18ff..fd8e5941a5 100755 --- a/libs/sgi-haserl/root/www/cgi-bin/luci +++ b/libs/sgi-haserl/root/www/cgi-bin/luci @@ -1,4 +1,4 @@ #!/usr/bin/haserl --shell=luac -require("luci.dispatcher") +require("luci.sgi.haserl") luci.dispatcher.indexcache = "/tmp/.luciindex" -luci.dispatcher.httpdispatch()
\ No newline at end of file +luci.sgi.haserl.run()
\ No newline at end of file |