mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update music_on_hold.php
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
//sanitize path
|
//sanitize path
|
||||||
$stream_full_path = str_replace('../', '', $stream_full_path);
|
$stream_full_path = str_replace('../', '', $stream_full_path);
|
||||||
|
|
||||||
//dowload the file
|
//download the file
|
||||||
session_cache_limiter('public');
|
session_cache_limiter('public');
|
||||||
if (file_exists($stream_full_path)) {
|
if (file_exists($stream_full_path)) {
|
||||||
$fd = fopen($stream_full_path, "rb");
|
$fd = fopen($stream_full_path, "rb");
|
||||||
|
|||||||
Reference in New Issue
Block a user