mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
added a missing / between freeswitch/sounds
This commit is contained in:
@@ -45,7 +45,7 @@ else {
|
||||
require_once "resources/paging.php";
|
||||
|
||||
$sampling_rate_dirs = Array(8000, 16000, 32000, 48000);
|
||||
if (file_exists('/var/lib/fusionpbxsounds/music')) {
|
||||
if (file_exists('/var/lib/fusionpbx/sounds/music')) {
|
||||
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music/fusionpbx';
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user