From 86984bc44de4505b11f6b0713846828741ae28b1 Mon Sep 17 00:00:00 2001 From: jakani24 Date: Sun, 11 Feb 2024 20:12:29 +0100 Subject: [PATCH] Update client_settings.php --- .../secure_zone/php/client_settings.php | 496 +++++++++--------- 1 file changed, 251 insertions(+), 245 deletions(-) diff --git a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php index f97d68e..aedd818 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php +++ b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php @@ -281,263 +281,269 @@ function load_settings(){ General Settings -

General

- - What should be done, if the scanner finds a virus? - @@ -552,7 +558,7 @@ function load_settings(){ // Get the value of the "show" parameter const show_div = document.getElementById(urlParams.get('show')); const nav_tab = document.getElementById(urlParams.get('show')+"_tab"); - //show_div.style.display="block"; + show_div.style.display="block"; nav_tab.setAttribute('class', 'nav-link active');