mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
[4.5] This is a pure cosmetic fix
When editing in the CLI with any editor that does syntax highlight, the * breaks it. Adding on the following line /* **/ restores the right highlighting
This commit is contained in:
committed by
GitHub
parent
9d370a0fa9
commit
8721dc8e80
@@ -179,6 +179,7 @@
|
||||
|
||||
//get the array of xml files
|
||||
$xml_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/resources/switch/conf/dialplan/*.xml");
|
||||
/* **/
|
||||
|
||||
//build the dialplan xml array
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user