openwrt: load the nixio.fs module for using the readfile method later on

This commit is contained in:
Bart Van Der Meerssche 2010-09-27 21:57:01 +02:00
parent 66af3380ab
commit 3cc27cb8ee
1 changed files with 1 additions and 0 deletions

View File

@ -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"), "")