mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-21 07:58:33 +00:00
Merge pull request #1053 from moteus/require_config
Change. Use `require "resources.functions.config"` to load config file.
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
--debug
|
||||
debug["sql"] = false;
|
||||
|
||||
--define trim
|
||||
function trim (s)
|
||||
return (string.gsub(s, "^%s*(.-)%s*$", "%1"))
|
||||
end
|
||||
--define the trim function
|
||||
require "resources.functions.trim";
|
||||
|
||||
--get the domain_uuid
|
||||
if (domain_uuid == nil) then
|
||||
|
||||
Reference in New Issue
Block a user