Update tpl.lua

This commit is contained in:
dami 2025-12-06 16:25:59 +08:00
parent 934ccba81f
commit fc20046aaf
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function _M.content(data, iv, tag, key, debug_data)
"}\n"
if not (ngx.var.obf_rand == "false") then
if not (ngx.var.obf_rand_var == "false") then
data_script = util.obf_rand(data_script)
end