diff options
Diffstat (limited to 'applications/luci-splash/root/usr/bin/luci-splashd')
-rwxr-xr-x | applications/luci-splash/root/usr/bin/luci-splashd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-splash/root/usr/bin/luci-splashd b/applications/luci-splash/root/usr/bin/luci-splashd index c94537fbc..b6b877ad0 100755 --- a/applications/luci-splash/root/usr/bin/luci-splashd +++ b/applications/luci-splash/root/usr/bin/luci-splashd @@ -16,7 +16,6 @@ while true do if client then client:settimeout(1) local srv - print (client:getpeername()) local ip = luci.ip.IPv4((client:getpeername())) local function find_srv(section) |