* libs/web: Switched from HTTP-Basic-Auth to Session-Auth
[project/luci.git] / libs / core / luasrc / fs.lua
index 5c1f2a051b4ad1d2bdd63c0615c0fcc56d25a747..415e8e567cb2fa82d7e5fff23a63c4be29fca80a 100644 (file)
@@ -28,6 +28,9 @@ module("luci.fs", package.seeall)
 
 require("posix")
 
+-- Access
+access = posix.access
+
 -- Glob
 glob = posix.glob