* libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket
[project/luci.git] / libs / sgi-cgi / luasrc / sgi / cgi.lua
index 7f54e70..427fa87 100644 (file)
@@ -24,7 +24,7 @@ limitations under the License.
 
 ]]--
 module("luci.sgi.cgi", package.seeall)
-require("ltn12")
+local ltn12 = require("luci.ltn12")
 require("luci.http")
 require("luci.sys")
 require("luci.dispatcher")