mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04: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()
|