PIN Numbers - List: Add window title.
This commit is contained in:
parent
55f43b210a
commit
360a5a52ec
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Portions created by the Initial Developer are Copyright (C) 2016-2019
|
||||
Portions created by the Initial Developer are Copyright (C) 2016-2020
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
|
|
@ -122,6 +122,7 @@
|
|||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//include the header
|
||||
$document['title'] = $text['title-pin_numbers'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//show the content
|
||||
|
|
|
|||
Loading…
Reference in New Issue