mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
No need for this include again as the scripts_dir is already set by this point.
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
function settings(domain_uuid)
|
||||
|
||||
--include config.lua
|
||||
scripts_dir = string.sub(debug.getinfo(1).source,2,string.len(debug.getinfo(1).source)-(string.len(argv[0])+1));
|
||||
dofile(scripts_dir.."/resources/functions/config.lua");
|
||||
dofile(config());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user