mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-14 07:05:02 +00:00
Move scripts to app/switch/resources/scripts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function basename(file_name)
|
||||
return (string.match(file_name, "([^/]+)$"))
|
||||
end
|
||||
|
||||
return basename
|
||||
Reference in New Issue
Block a user