VM Greetings, VMs: Integrated HTML5 playback button. Misc fixes with other integrations.
This commit is contained in:
@@ -243,7 +243,7 @@ require_once "resources/check_auth.php";
|
||||
if (strlen($row['recording_filename']) > 0) {
|
||||
echo " <td valign='top' class='".$row_style["2"]." tr_link_void'>";
|
||||
$recording_file_path = $row['recording_filename'];
|
||||
$recording_file_name = strtolower(pathinfo($row['recording_filename'], PATHINFO_BASENAME));
|
||||
$recording_file_name = strtolower(pathinfo($recording_file_path, PATHINFO_BASENAME));
|
||||
$recording_file_ext = pathinfo($recording_file_name, PATHINFO_EXTENSION);
|
||||
switch ($recording_file_ext) {
|
||||
case "wav" : $recording_type = "audio/wav"; break;
|
||||
|
||||
Reference in New Issue
Block a user