mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 18:18:22 +00:00
reverting a change thast not needed with new dir in place
This commit is contained in:
@@ -45,12 +45,7 @@ else {
|
||||
require_once "resources/paging.php";
|
||||
|
||||
$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/fusionpbx';
|
||||
}
|
||||
else {
|
||||
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music';
|
||||
}
|
||||
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music';
|
||||
ini_set(max_execution_time,7200);
|
||||
|
||||
$order_by = $_GET["order_by"];
|
||||
|
||||
Reference in New Issue
Block a user