Update database_settings_functions.php
This commit is contained in:
@@ -36,7 +36,8 @@ function safe_settings(){//load settings
|
|||||||
$success=0;
|
$success=0;
|
||||||
die("Connection failed: " . $conn->connect_error);
|
die("Connection failed: " . $conn->connect_error);
|
||||||
}
|
}
|
||||||
|
$value=htmlspecialchars($_GET["value"]);
|
||||||
|
$name=htmlspecialchars($_GET["update"]);
|
||||||
//update excluded signature
|
//update excluded signature
|
||||||
if($_GET["update"]=="sig_ex"){
|
if($_GET["update"]=="sig_ex"){
|
||||||
$id=htmlspecialchars($_GET["id"]);
|
$id=htmlspecialchars($_GET["id"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user