* Separated CBI from LuCI Web
[project/luci.git] / core / src / fs.lua
index fc47287..5c1f2a0 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-FFLuCI - Filesystem tools
+LuCI - Filesystem tools
 
 Description:
 A module offering often needed filesystem manipulation functions
@@ -24,7 +24,7 @@ limitations under the License.
 
 ]]--
 
-module("ffluci.fs", package.seeall)
+module("luci.fs", package.seeall)
 
 require("posix")