Uncomment the recure dir function needed for the ivr menu sounds list.
This commit is contained in:
parent
e944179246
commit
868648a97e
|
|
@ -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"])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue