Update client_settings.php
This commit is contained in:
@@ -49,6 +49,9 @@ function safe_settings(){
|
||||
|
||||
}
|
||||
function load_settings(){
|
||||
global $setting_virus_ctrl_virus_found_action = "not configured yet";
|
||||
global $setting_server_server_url="not configured yet";
|
||||
global $setting_rtp_folder_scan_status=0;
|
||||
include "../../../config.php";
|
||||
$conn = new mysqli($DB_SERVERNAME, $DB_USERNAME, $DB_PASSWORD, $DB_DATABASE);
|
||||
if ($conn->connect_error) {
|
||||
|
||||
Reference in New Issue
Block a user