mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add the missing include for the languages section.
This commit is contained in:
@@ -113,3 +113,6 @@
|
|||||||
if (XML_REQUEST["section"] == "dialplan") then
|
if (XML_REQUEST["section"] == "dialplan") then
|
||||||
dofile(scripts_dir.."/app/xml_handler/resources/scripts/dialplan/dialplan.lua");
|
dofile(scripts_dir.."/app/xml_handler/resources/scripts/dialplan/dialplan.lua");
|
||||||
end
|
end
|
||||||
|
if (XML_REQUEST["section"] == "languages") then
|
||||||
|
dofile(scripts_dir.."/app/xml_handler/resources/scripts/languages/languages.lua");
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user