mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 03:03:49 +00:00
Update hangup_rx.lua
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
end
|
||||
|
||||
-- escape shell arguments to prevent command injection
|
||||
|
||||
local function shell_esc(x)
|
||||
return ("'"..x:gsub('\\', '\\\\')
|
||||
:gsub('\'', '\\\'').."'")
|
||||
|
||||
Reference in New Issue
Block a user