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 360f68c..3c6330d 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 @@ -98,6 +98,11 @@ function load_settings(){ } }); } + function update_switch(id,name){ + var element = document.getElementById(id); + var value = element.value; + fetch('client_settings.php?update='+name+'&value='+value); + }
@@ -120,20 +125,21 @@ function load_settings(){
  • call_srv
  • - +
    What is the URL of this server? (url or ip address where the clients connect to)
    - - +
    +
    RTP: folderscanner on/off
    - +
    +