Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.util
[project/luci.git] / applications / luci-splash / luasrc / controller / splash / splash.lua
index 7dbf488..dbd266f 100644 (file)
@@ -10,7 +10,7 @@ end
 
 function action_dispatch()
        local mac = luci.sys.net.ip4mac(luci.http.getenv("REMOTE_ADDR")) or ""
-       local status = luci.sys.execl("luci-splash status "..mac)[1]
+       local status = luci.util.execl("luci-splash status "..mac)[1]
        if #mac > 0 and ( status == "whitelisted" or status == "lease" ) then
                luci.http.redirect(luci.dispatcher.build_url())
        else