mirror of
https://github.com/openwrt/luci.git
synced 2026-07-04 06:18:31 +00:00
9 lines
169 B
Perl
Executable File
9 lines
169 B
Perl
Executable File
#!/usr/bin/lua
|
|
|
|
dofile "../../build/setup.lua"
|
|
|
|
require "luci.cacheloader"
|
|
require "luci.sgi.cgi"
|
|
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
|
|
luci.sgi.cgi.run()
|