diff --git a/app/recordings/recording_play.php b/app/recordings/recording_play.php index 81b2cf1157..17a4ee24d5 100644 --- a/app/recordings/recording_play.php +++ b/app/recordings/recording_play.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2016 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -37,7 +37,8 @@ echo "access denied"; exit; } - + +//get the variables $filename = $_GET['filename']; $type = $_GET['type']; //moh //rec @@ -51,7 +52,7 @@ @@ -69,7 +70,7 @@ } else { echo ""; - echo "\n"; + echo "\n"; } } if ($file_ext == "mp3") {
- file: +