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