mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Uncomment the recure dir function needed for the ivr menu sounds list.
This commit is contained in:
@@ -33,7 +33,7 @@ else {
|
||||
echo "access denied";
|
||||
exit;
|
||||
}
|
||||
/*
|
||||
|
||||
function recur_sounds_dir($dir) {
|
||||
global $dir_array;
|
||||
global $dir_path;
|
||||
@@ -82,7 +82,6 @@ function recur_sounds_dir($dir) {
|
||||
}
|
||||
closedir($dir_list);
|
||||
}
|
||||
*/
|
||||
|
||||
//action add or update
|
||||
if (isset($_REQUEST["id"])) {
|
||||
|
||||
Reference in New Issue
Block a user