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";
|
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"])) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue