build: preserve original .po header when updating from templates to reduce diff noise
[project/luci.git] / build / luci.cgi
1 #!/usr/bin/lua
2
3 dofile "../../build/setup.lua"
4
5 require "luci.cacheloader"
6 require "luci.sgi.cgi"
7 luci.dispatcher.indexcache = "/tmp/luci-indexcache"
8 luci.sgi.cgi.run()