X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-splash%2Fluasrc%2Fview%2Fsplash%2Fsplash.htm;fp=applications%2Fluci-app-splash%2Fluasrc%2Fview%2Fsplash%2Fsplash.htm;h=b3eddc615086e55f5700426df08f743a4ac283e5;hp=2ebee273b4dedf131a53d45e25ce502e6eeae755;hb=924202156ea5e5a7e1fba69a163617ad4cf6d3d4;hpb=bca0643edacb00285914b8b1c999011c4616a9ac diff --git a/applications/luci-app-splash/luasrc/view/splash/splash.htm b/applications/luci-app-splash/luasrc/view/splash/splash.htm index 2ebee273b..b3eddc615 100644 --- a/applications/luci-app-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-app-splash/luasrc/view/splash/splash.htm @@ -11,7 +11,7 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -%> <% -local fs = require "luci.fs" +local fs = require "nixio.fs" local has_custom_splash = fs.access("/usr/lib/luci-splash/splashtext.html") local has_custom_splashinclude = fs.access("/usr/lib/luci-splash/splashtextinclude.html")