X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-splash%2Fluasrc%2Fcontroller%2Fsplash%2Fsplash.lua;h=3519a03afb229bb9d8bdb7881ca417be1f506264;hb=7d7fcecb7498f214d5fd5ee4c3f1d6b287932307;hp=13f9f4121ae5bac95af4486dd0284ca3d7fab16e;hpb=6bfe0624b69defeba37cadffc6afa5ccb9577add;p=project%2Fluci.git diff --git a/applications/luci-splash/luasrc/controller/splash/splash.lua b/applications/luci-splash/luasrc/controller/splash/splash.lua index 13f9f4121..3519a03af 100644 --- a/applications/luci-splash/luasrc/controller/splash/splash.lua +++ b/applications/luci-splash/luasrc/controller/splash/splash.lua @@ -12,8 +12,8 @@ end function action_dispatch() local mac = luci.sys.net.ip4mac(luci.http.getenv("REMOTE_ADDR")) or "" - local status = luci.util.execl("luci-splash status "..mac)[1] - if #mac > 0 and ( status == "whitelisted" or status == "lease" ) then + local status = luci.util.execl("luci-splash status " .. mac)[1] + if #mac > 0 and ( status == "whitelist" or status == "lease" ) then luci.http.redirect(luci.dispatcher.build_url()) else luci.http.redirect(luci.dispatcher.build_url("splash", "splash"))