mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change. Use only require to load function.
Fix. Remove multiple definition of same function.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
--debug
|
||||
debug["toll_type"] = false
|
||||
|
||||
dofile(scripts_dir.."/resources/functions/explode.lua");
|
||||
require "resources.functions.explode";
|
||||
|
||||
--create the api object and get variables
|
||||
api = freeswitch.API()
|
||||
|
||||
Reference in New Issue
Block a user