diff --git a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php index 70322dd..fbf1c2a 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php +++ b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php @@ -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) {