projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rework LuCI build system
[project/luci.git]
/
modules
/
luci-base
/
htdocs
/
cgi-bin
/
luci
1
#!/usr/bin/lua
2
require "luci.cacheloader"
3
require "luci.sgi.cgi"
4
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
5
luci.sgi.cgi.run()