mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Recordings: Disable session_cache_limiter() - preventing recording playback.
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
//download the recording
|
//download the recording
|
||||||
if ($_GET['a'] == "download" && (permission_exists('recording_play') || permission_exists('recording_download'))) {
|
if ($_GET['a'] == "download" && (permission_exists('recording_play') || permission_exists('recording_download'))) {
|
||||||
session_cache_limiter('public');
|
//session_cache_limiter('public');
|
||||||
if ($_GET['type'] = "rec") {
|
if ($_GET['type'] = "rec") {
|
||||||
//set the path for the directory
|
//set the path for the directory
|
||||||
$path = $_SESSION['switch']['recordings']['dir']."/".$_SESSION['domain_name'];
|
$path = $_SESSION['switch']['recordings']['dir']."/".$_SESSION['domain_name'];
|
||||||
|
|||||||
Reference in New Issue
Block a user