Update music_on_hold.php
This commit is contained in:
parent
95ed18aa9d
commit
5c2bd8b42d
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue