summaryrefslogtreecommitdiffhomepage
path: root/libs/core
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-07 06:44:27 +0000
committerSteven Barth <steven@midlink.org>2008-06-07 06:44:27 +0000
commitf8925eefa3b487c4573da63f99f6f19292ae4297 (patch)
tree0911cb7c0c7d5cad806b0a3670ee2602b68e39ae /libs/core
parentcdd871d8347b82b4fbbcf95f8b79641e5d18d660 (diff)
* libs/web: Fixed Luci template cache
* libs/web: Added luci.http.urlencode, luci.http.urldecode * Minor enhancements
Diffstat (limited to 'libs/core')
-rw-r--r--libs/core/luasrc/fs.lua1
1 files changed, 0 insertions, 1 deletions
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