mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 10:08:23 +00:00
Call Flows: Add window title.
This commit is contained in:
@@ -329,7 +329,6 @@
|
||||
unset($parameters, $sql);
|
||||
|
||||
if (if_group("superadmin")) {
|
||||
require_once "resources/header.php";
|
||||
echo "<script>\n";
|
||||
echo "var Objs;\n";
|
||||
echo "\n";
|
||||
@@ -471,6 +470,7 @@
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//show the header
|
||||
$document['title'] = $text['title-call_flow'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//show the content
|
||||
|
||||
Reference in New Issue
Block a user