X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=core%2Fsrc%2Fffluci%2Futil.lua;h=b76278ddab6ee3534cc60bfe486b0280f4dac593;hb=fc65325c174e13cc1a9329d154e74069257ebb12;hp=3ff7bc2033f5e7a970e4ab6fccc47e29e6dc3b3f;hpb=21bd8ca76deec06b8e4f4dc3bc2ea75c7f9c3260;p=project%2Fluci.git diff --git a/core/src/ffluci/util.lua b/core/src/ffluci/util.lua index 3ff7bc203..b76278dda 100644 --- a/core/src/ffluci/util.lua +++ b/core/src/ffluci/util.lua @@ -139,12 +139,6 @@ function resfenv(f) end --- Returns the Haserl unique sessionid -function sessionid() - return ENV.SESSIONID -end - - -- Splits a string into an array function split(str, pat, max, regex) pat = pat or "\n"