projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b954a
)
* libs/http: require luci.util in http.protocol.mime
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 26 Jun 2008 18:32:29 +0000
(18:32 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 26 Jun 2008 18:32:29 +0000
(18:32 +0000)
libs/http/luasrc/http/protocol/mime.lua
patch
|
blob
|
history
diff --git
a/libs/http/luasrc/http/protocol/mime.lua
b/libs/http/luasrc/http/protocol/mime.lua
index d85b9025ef1ef106bc082876c2f3eba6036faa8f..7f09f943b133794408beeb1f216543600f125376 100644
(file)
--- a/
libs/http/luasrc/http/protocol/mime.lua
+++ b/
libs/http/luasrc/http/protocol/mime.lua
@@
-15,6
+15,9
@@
$Id$
module("luci.http.protocol.mime", package.seeall)
+require("luci.util")
+
+
-- MIME mapping
MIME_TYPES = {
["txt"] = "text/plain";