reverting a change thast not needed with new dir in place
This commit is contained in:
parent
6b0468c022
commit
8d04ca9f1b
|
|
@ -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"];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue