* libs/http: require luci.util in http.protocol.mime
This commit is contained in:
parent
98b954a48f
commit
5c5bbf9c50
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ $Id$
|
||||||
|
|
||||||
module("luci.http.protocol.mime", package.seeall)
|
module("luci.http.protocol.mime", package.seeall)
|
||||||
|
|
||||||
|
require("luci.util")
|
||||||
|
|
||||||
|
|
||||||
-- MIME mapping
|
-- MIME mapping
|
||||||
MIME_TYPES = {
|
MIME_TYPES = {
|
||||||
["txt"] = "text/plain";
|
["txt"] = "text/plain";
|
||||||
|
|
Loading…
Reference in a new issue