Changeset 13089
- Timestamp:
- 12/17/11 15:53:16 (1 year ago)
- Files:
-
- modules/branches/2.10/cdr/cdr_play.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/cdr/cdr_play.php
r12399 r13089 1 1 <?php 2 if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); } 2 3 3 4 /** … … 30 31 $file = urlencode($crypt->encrypt($path,$REC_CRYPT_PASSWORD)); 31 32 if (isset($file)) { 32 echo("<embed width='100%' type='audio/basic' src=' modules/cdr/cdr_audio.php?cdr_file=" .$file. "' width=300, height=25 autoplay=true loop=false></embed><br>");33 echo("<embed width='100%' type='audio/basic' src='config.php?skip_astman=1&quietmode=1&handler=file&module=cdr&file=cdr_audio.php&cdr_file=" .$file. "' width=300, height=25 autoplay=true loop=false></embed><br>"); 33 34 } 34 35 ?>
