Update music_on_hold.php

This commit is contained in:
Nate
2019-08-19 07:35:12 -06:00
parent 95ed18aa9d
commit 5c2bd8b42d

View File

@@ -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");