mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update conference_sessions.php (#5262)
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
echo "</td>\n";
|
||||
if (permission_exists('conference_session_play')) {
|
||||
echo "<td>\n";
|
||||
echo " <audio controls=\"controls\">\n";
|
||||
echo " <audio controls=\"controls\" preload=\"none\">\n";
|
||||
echo " <source src=\"download.php?id=".escape($row['conference_session_uuid'])."\" type=\"audio/x-wav\">\n";
|
||||
echo " </audio>\n";
|
||||
//echo " <a href=\"javascript:void(0);\" onclick=\"window.open('".PROJECT_PATH."/app/recordings/recording_play.php?a=download&type=moh&filename=".urlencode('archive/'.$tmp_year.'/'.$tmp_month.'/'.$tmp_day.'/'.$tmp_name)."', 'play',' width=420,height=150,menubar=no,status=no,toolbar=no')\">\n";
|
||||
@@ -258,4 +258,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user