mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-25 10:09:21 +00:00
Revert "Revert "Change. Use require "resources.functions.config" to load co…"
This commit is contained in:
@@ -27,10 +27,8 @@
|
||||
domain_name = argv[1];
|
||||
wakeup_number = argv[2];
|
||||
|
||||
--add the trim function
|
||||
function trim(s)
|
||||
return s:gsub("^%s+", ""):gsub("%s+$", "")
|
||||
end
|
||||
--define the trim function
|
||||
require "resources.functions.trim";
|
||||
|
||||
--add is_numeric
|
||||
function is_numeric(text)
|
||||
|
||||
Reference in New Issue
Block a user