[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:
Luis Daniel Lucio Quiroz
2021-04-01 14:25:17 -04:00
committed by GitHub
parent 9d370a0fa9
commit 8721dc8e80

View File

@@ -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
/*