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');