ffhh-packages/ffhh-config-mode/files/lib/gluon/config-mode/www/cgi-bin/luci

6 lines
136 B
Plaintext
Raw Normal View History

#!/usr/bin/lua
require "luci.cacheloader"
require "luci.sgi.cgi"
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
luci.sgi.cgi.run()