openwrt: load the nixio.fs module for using the readfile method later on
This commit is contained in:
parent
66af3380ab
commit
3cc27cb8ee
|
@ -15,6 +15,7 @@ $Id: system.lua 5314 2009-08-27 17:54:51Z jow $
|
|||
require("luci.sys")
|
||||
require("luci.sys.zoneinfo")
|
||||
require("luci.tools.webadmin")
|
||||
require("luci.fs")
|
||||
|
||||
|
||||
m = Map("system", translate("system"), "")
|
||||
|
|
Loading…
Reference in New Issue