Update call_center_active.php

This commit is contained in:
FusionPBX
2018-04-13 07:45:13 -06:00
committed by GitHub
parent 3ad4901e67
commit dceb32c8f7

View File

@@ -1,4 +1,4 @@
<?php
<?php
/*
FusionPBX
Version: MPL 1.1
@@ -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) 2008-2017
Portions created by the Initial Developer are Copyright (C) 2008-2018
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -46,6 +46,10 @@
$queue_name = $_GET['queue_name'];
$name = $_GET['name'];
//get a new session array
unset($_SESSION['queues']);
unset($_SESSION['agents']);
//get the header
require_once "resources/header.php";
$document['title'] = $text['title-call_center_queue_activity'];