diff options
author | Steven Barth <steven@midlink.org> | 2008-06-14 14:12:12 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-14 14:12:12 +0000 |
commit | 855b7582d3576f45693e3a48fdb253c813cf4dce (patch) | |
tree | b912f63dc43f3b696385083542c801dba8c53976 /libs/sgi-haserl/root | |
parent | 50fd29841540bb8b1735291b72853454679e9e62 (diff) |
* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
* Setting base version to 0.7
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 |