X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fsgi-haserl%2Froot%2Fwww%2Fcgi-bin%2Fluci;h=fd8e5941a52e71ff7172746d39f17a5bbb83cc67;hp=ab2a3e18ff790ff526d0c4b4621cdc8e8c01ceca;hb=855b7582d3576f45693e3a48fdb253c813cf4dce;hpb=50fd29841540bb8b1735291b72853454679e9e62 diff --git a/libs/sgi-haserl/root/www/cgi-bin/luci b/libs/sgi-haserl/root/www/cgi-bin/luci index ab2a3e18f..fd8e5941a 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