Recordings: Disable session_cache_limiter() - preventing recording playback.
This commit is contained in:
parent
254c72502a
commit
2b115a2a5e
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
//download the recording
|
||||
if ($_GET['a'] == "download" && (permission_exists('recording_play') || permission_exists('recording_download'))) {
|
||||
session_cache_limiter('public');
|
||||
//session_cache_limiter('public');
|
||||
if ($_GET['type'] = "rec") {
|
||||
//set the path for the directory
|
||||
$path = $_SESSION['switch']['recordings']['dir']."/".$_SESSION['domain_name'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue