6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
|
#!/usr/bin/lua
|
||
|
require "luci.cacheloader"
|
||
|
require "luci.sgi.cgi"
|
||
|
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
|
||
|
luci.sgi.cgi.run()
|