mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
5 lines
135 B
Text
5 lines
135 B
Text
|
#!/usr/bin/lua
|
||
|
require "luci.cacheloader"
|
||
|
require "luci.sgi.cgi"
|
||
|
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
|
||
|
luci.sgi.cgi.run()
|