From f8925eefa3b487c4573da63f99f6f19292ae4297 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 7 Jun 2008 06:44:27 +0000 Subject: * libs/web: Fixed Luci template cache * libs/web: Added luci.http.urlencode, luci.http.urldecode * Minor enhancements --- libs/core/luasrc/fs.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/core') diff --git a/libs/core/luasrc/fs.lua b/libs/core/luasrc/fs.lua index 35b8289af4..5c1f2a051b 100644 --- a/libs/core/luasrc/fs.lua +++ b/libs/core/luasrc/fs.lua @@ -27,7 +27,6 @@ limitations under the License. module("luci.fs", package.seeall) require("posix") -posix.umask("rwx------") -- Glob glob = posix.glob -- cgit v1.2.3