From f759f6fcf041b60eb44f8952fc443978e0550d83 Mon Sep 17 00:00:00 2001 From: jakani24 Date: Thu, 8 Feb 2024 20:48:28 +0100 Subject: [PATCH] Update client_settings.php --- .../system/secure_zone/php/client_settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 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(""); }