reverting a change thast not needed with new dir in place

This commit is contained in:
Richard Neese 2014-10-25 21:17:02 +00:00
parent 6b0468c022
commit 8d04ca9f1b
1 changed files with 1 additions and 6 deletions

View File

@ -45,12 +45,7 @@ else {
require_once "resources/paging.php"; require_once "resources/paging.php";
$sampling_rate_dirs = Array(8000, 16000, 32000, 48000); $sampling_rate_dirs = Array(8000, 16000, 32000, 48000);
if (file_exists('/var/lib/fusionpbx/sounds/music')) { $music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music';
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music/fusionpbx';
}
else {
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music';
}
ini_set(max_execution_time,7200); ini_set(max_execution_time,7200);
$order_by = $_GET["order_by"]; $order_by = $_GET["order_by"];