diff --git a/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php b/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php index 43de07e..dc162c0 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php +++ b/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php @@ -36,7 +36,8 @@ function safe_settings(){//load settings $success=0; die("Connection failed: " . $conn->connect_error); } - + $value=htmlspecialchars($_GET["value"]); + $name=htmlspecialchars($_GET["update"]); //update excluded signature if($_GET["update"]=="sig_ex"){ $id=htmlspecialchars($_GET["id"]);