mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-25 04:16:32 +00:00
Change. library loads only needed files. (#2987)
This commit is contained in:
committed by
FusionPBX
parent
38002a8cb4
commit
eb72f3d5ce
@@ -1,3 +1,5 @@
|
||||
function is_absolute_path(file_name)
|
||||
return string.sub(file_name, 1, 1) == '/' or string.sub(file_name, 2, 1) == ':'
|
||||
end
|
||||
|
||||
return is_absolute_path
|
||||
|
||||
Reference in New Issue
Block a user