mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Enable customizing the config_file path for LUA
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
elseif (file_exists("/etc/fusionpbx/config.conf")) then
|
||||
return "/etc/fusionpbx/config.conf";
|
||||
else
|
||||
return "resources.config";
|
||||
require "resources.config";
|
||||
return config_file;
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user