mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
fixed lp: 1502914
This commit is contained in:
@@ -65,7 +65,9 @@ include("functions/functions.operator.php");
|
|||||||
*/
|
*/
|
||||||
include("functions/functions.input.php");
|
include("functions/functions.input.php");
|
||||||
|
|
||||||
$js = array("js/window.js");
|
if (isset($_GET['interface2'])) { if (browser_ie()) $jsw = "js/window_ie6_interface2.js"; else $jsw = "js/window_interface2.js"; }
|
||||||
|
else { if (browser_ie()) $jsw = "js/window_ie6.js"; else $jsw = "js/window.js"; }
|
||||||
|
$js = array($jsw);
|
||||||
|
|
||||||
if (AUTO_LOGOUT_MINUTES !== false)
|
if (AUTO_LOGOUT_MINUTES !== false)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user