Uncomment the recure dir function needed for the ivr menu sounds list.

This commit is contained in:
Mark Crane 2012-09-19 04:16:02 +00:00
parent e944179246
commit 868648a97e
1 changed files with 1 additions and 2 deletions

View File

@ -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"])) {