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 e99aa46..1171982 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 @@ -189,10 +189,10 @@ function load_settings(){ var value = element.checked; fetch('client_settings.php?update='+name+'&value='+value); } - function update_textfield(id,name){ + function update_textfield(id,name,itemid){ var element = document.getElementById(id); var value = element.value; - fetch('client_settings.php?update='+name+'&value='+value); + fetch('client_settings.php?update='+name+'&value='+value+'&id='+id); } async function delete_item(db,id){ await fetch('client_settings.php?delete='+id+'&db='+db); @@ -228,7 +228,7 @@ function load_settings(){
What is the URL of this server? (url or ip address where the clients connect to)
- +
RTP: folderscanner on/off
@@ -267,7 +267,7 @@ function load_settings(){ //print out the items echo(""); echo("".$row["id"].""); - echo(""); + echo(""); echo(""); echo(""); }