mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
CDR - Details: Display call recording playback/waveform, if allowed.
This commit is contained in:
@@ -101,6 +101,8 @@
|
||||
|
||||
//set template variables
|
||||
|
||||
//add self
|
||||
$view->assign('php_self', basename($_SERVER['PHP_SELF']));
|
||||
//add translations
|
||||
foreach($text as $key => $value) {
|
||||
$array[str_replace('-', '_', $key)] = $value;
|
||||
|
||||
Reference in New Issue
Block a user