diff options
author | Steven Barth <steven@midlink.org> | 2008-05-26 12:16:16 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-26 12:16:16 +0000 |
commit | d4399bf6189977336a94795f25986fb89a22a5e7 (patch) | |
tree | 36ffbe10d10dc7fbaacb29d7ff3814345d20e00f /applications | |
parent | 5f40074c0e2a6193cdd89893309787b2d31a24e4 (diff) |
* Reworked host-Target for global Makefile
* Fixed dispatcher to correctly support fastindex
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 |