Rename to make it an individual package

This commit is contained in:
ohrensessel 2014-06-26 19:35:56 +02:00
commit fa9a473207
14 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/lua
require "luci.cacheloader"
require "luci.sgi.cgi"
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
luci.sgi.cgi.run()