From 5c2bd8b42deec8cf2ed5937787de5ae5ea91df9e Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 19 Aug 2019 07:35:12 -0600 Subject: [PATCH] Update music_on_hold.php --- app/music_on_hold/music_on_hold.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index a13fa643a6..519fee926d 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -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");