diff --git a/app/recordings/recording_play.php b/app/recordings/recording_play.php
index 0117dbf265..81b2cf1157 100644
--- a/app/recordings/recording_play.php
+++ b/app/recordings/recording_play.php
@@ -38,7 +38,7 @@
exit;
}
- $filename = base64_decode($_GET['filename']);
+ $filename = $_GET['filename'];
$type = $_GET['type']; //moh //rec
//show the content
@@ -65,16 +65,16 @@
if ($file_ext == "wav") {
//HTML5 method
if ($browser_name == "Google Chrome" || $browser_name == "Mozilla Firefox") {
- echo "";
+ echo "";
}
else {
- echo "";
- echo "