Update database_settings_functions.php

This commit is contained in:
jakani24
2024-03-10 10:03:07 +01:00
parent 17bded95ec
commit 86513602bb

View File

@@ -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"]);