Update shell_esc remove local

This commit is contained in:
FusionPBX
2026-03-22 15:23:15 +00:00
committed by GitHub
parent 198edb9d41
commit 3e2f60bc7e
@@ -1,6 +1,6 @@
--escape shell arguments to prevent command injection
local function shell_esc(arg)
function shell_esc(arg)
if not arg or arg == "" then
return "''"
end