Call Recordings: Add window title.
This commit is contained in:
parent
6127274cf3
commit
a8501b35f0
|
|
@ -121,6 +121,7 @@
|
|||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//include the header
|
||||
$document['title'] = $text['title-call_recordings'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//show the content
|
||||
|
|
|
|||
Loading…
Reference in New Issue