mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Document (Window) Title: Update variable name to avoid conflict when paging is used.
This commit is contained in:
@@ -45,7 +45,7 @@ require_once "resources/check_auth.php";
|
||||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['header-registrations'];
|
||||
$document['title'] = $text['header-registrations'];
|
||||
|
||||
//set the variables
|
||||
$profile = (isset($_REQUEST['profile']) && $_REQUEST['profile'] != '') ? $_REQUEST['profile'] : "internal";
|
||||
|
||||
Reference in New Issue
Block a user