Changeset 5109 for modules/branches/2.4
- Timestamp:
- 10/10/07 01:02:28 (6 years ago)
- Files:
-
- modules/branches/2.4/recordings/module.xml (modified) (2 diffs)
- modules/branches/2.4/recordings/popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/recordings/module.xml
r5079 r5109 2 2 <rawname>recordings</rawname> 3 3 <name>Recordings</name> 4 <version>3.3.5. 3</version>4 <version>3.3.5.4</version> 5 5 <candisable>no</candisable> 6 6 <canuninstall>no</canuninstall> … … 9 9 <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 10 10 <changelog> 11 *3.3.5.4* #2426 remove non-functioning download link 11 12 *3.3.5.3* #2409 syntax error in audio.php could cause playback problems 12 13 *3.3.5.2* #2016 allow amportal.conf AMPLAYKEY override hardcoded crypt key modules/branches/2.4/recordings/popup.php
r4898 r5109 32 32 echo("<br>"); 33 33 echo("<embed src='audio.php?cryptpass=$REC_CRYPT_PASSWORD&recording=$file' width=300, height=20 autoplay=true loop=false></embed><br>"); 34 echo("<br>< a class='popup_download' href=".dirname(__FILE__)."/audio.php?cryptpass=$REC_CRYPT_PASSWORD&recording=$ufile>" . _("download: $ufile") . "</a><br>");34 echo("<br><h1 class='popup_download'>playing: $file</h1><br>"); 35 35 } 36 36 ?>
