Update client_settings.php
This commit is contained in:
@@ -63,9 +63,9 @@ function load_settings(){
|
|||||||
// Get the result
|
// Get the result
|
||||||
$result = $stmt->get_result();
|
$result = $stmt->get_result();
|
||||||
$row = $result->fetch_assoc();
|
$row = $result->fetch_assoc();
|
||||||
if($row!==null){
|
if($result->num_rows > 0){
|
||||||
$setting_virus_ctrl_virus_found_action=$row["value"];
|
$setting_virus_ctrl_virus_found_action=$row["value"];
|
||||||
}echo($sql);
|
}
|
||||||
$stmt -> close();
|
$stmt -> close();
|
||||||
|
|
||||||
//get setting: setting_rtp_folder_scan_status
|
//get setting: setting_rtp_folder_scan_status
|
||||||
|
|||||||
Reference in New Issue
Block a user