Changeset 6839
- Timestamp:
- 09/24/08 09:47:16 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/ari_changes/amp_conf/htdocs/recordings/misc/play_page.php
r6510 r6839 22 22 <?php 23 23 24 $path = urlencode($_GET['recording']);24 $path = $_SESSION['ari_user']['recfiles'][$_REQUEST['recindex']]; 25 25 26 26 if (isset($path)) { 27 27 28 echo("<embed width='100%' src='audio.php?rec ording=" . $path. "' width=300, height=25 autoplay=true loop=false></embed><br>");28 echo("<embed width='100%' src='audio.php?recindex=" . $_REQUEST['recindex'] . "' width=300, height=25 autoplay=true loop=false></embed><br>"); 29 29 } 30 30 echo("<script language='javascript'>parent.document.getElementById('pb_load_inprogress').value='false';</script>");
