Update call_center_active.php
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
FusionPBX
|
FusionPBX
|
||||||
Version: MPL 1.1
|
Version: MPL 1.1
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
Portions created by the Initial Developer are Copyright (C) 2008-2017
|
Portions created by the Initial Developer are Copyright (C) 2008-2018
|
||||||
the Initial Developer. All Rights Reserved.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
@@ -46,6 +46,10 @@
|
|||||||
$queue_name = $_GET['queue_name'];
|
$queue_name = $_GET['queue_name'];
|
||||||
$name = $_GET['name'];
|
$name = $_GET['name'];
|
||||||
|
|
||||||
|
//get a new session array
|
||||||
|
unset($_SESSION['queues']);
|
||||||
|
unset($_SESSION['agents']);
|
||||||
|
|
||||||
//get the header
|
//get the header
|
||||||
require_once "resources/header.php";
|
require_once "resources/header.php";
|
||||||
$document['title'] = $text['title-call_center_queue_activity'];
|
$document['title'] = $text['title-call_center_queue_activity'];
|
||||||
|
|||||||
Reference in New Issue
Block a user