diff options
Diffstat (limited to 'libs')
-rw-r--r-- | libs/httpd/luasrc/httpd/handler/luci.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/httpd/luasrc/httpd/handler/luci.lua b/libs/httpd/luasrc/httpd/handler/luci.lua index 17882e258..2fcb9953a 100644 --- a/libs/httpd/luasrc/httpd/handler/luci.lua +++ b/libs/httpd/luasrc/httpd/handler/luci.lua @@ -66,12 +66,7 @@ function Luci.handle_get(self, request, sourcein, sinkerr) headers[data1] = data2 end end -<<<<<<< HEAD:libs/httpd/luasrc/httpd/handler/luci.lua -======= - - ->>>>>>> * libs/httpd: Added Cache-Control header to LuCI:libs/httpd/luasrc/httpd/handler/luci.lua local function iter() local res, id, data = coroutine.resume(x) if not res then |