mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Bug #1405774 fix
Auto logout for "Alternate interface" now closes the case before standby
This commit is contained in:
@@ -29,7 +29,11 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
|
*/
|
||||||
|
include_once("lang.inc.php");
|
||||||
/**
|
/**
|
||||||
* Configuration file
|
* Configuration file
|
||||||
*/
|
*/
|
||||||
@@ -44,10 +48,17 @@ include_once("functions/functions.xhtml.php");
|
|||||||
* Operator functions
|
* Operator functions
|
||||||
*/
|
*/
|
||||||
include_once("functions/functions.operator.php");
|
include_once("functions/functions.operator.php");
|
||||||
|
$operator_id = get_operator_id();
|
||||||
|
end_call_attempt($operator_id);
|
||||||
|
end_case($operator_id);
|
||||||
|
|
||||||
xhtml_head(T_("queXS"), false, array("css/index_interface2.css","css/tabber_interface2.css"),array("js/tabber_interface2.js"));
|
xhtml_head(T_("queXS"), false, array("css/index_interface2.css","css/tabber_interface2.css"),array("js/tabber_interface2.js"));
|
||||||
|
|
||||||
|
if (isset($_GET['auto']))
|
||||||
|
{
|
||||||
|
print "<h1>" . T_("You have been automatically logged out of work due to inactivity") . "</h1>";
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div id="header_line"></div>
|
<div id="header_line"></div>
|
||||||
<ul class="wait_wrapper">
|
<ul class="wait_wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user