mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43: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";
|
echo "access denied";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
function recur_sounds_dir($dir) {
|
function recur_sounds_dir($dir) {
|
||||||
global $dir_array;
|
global $dir_array;
|
||||||
global $dir_path;
|
global $dir_path;
|
||||||
@@ -82,7 +82,6 @@ function recur_sounds_dir($dir) {
|
|||||||
}
|
}
|
||||||
closedir($dir_list);
|
closedir($dir_list);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
//action add or update
|
//action add or update
|
||||||
if (isset($_REQUEST["id"])) {
|
if (isset($_REQUEST["id"])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user