Skip to content

Commit

Permalink
3.0.0.19
Browse files Browse the repository at this point in the history
Fix for #3327
  • Loading branch information
nilsteampassnet committed Sep 16, 2022
1 parent b50064a commit 9889a37
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions install/upgrade_ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,20 @@
)
);
}
// reload the file
include '../includes/config/settings.php';

// ensure the new constant is set
define("DB_SSL", array(
"key" => "",
"cert" => "",
"ca_cert" => "",
"ca_path" => "",
"cipher" => ""
));
define("DB_CONNECT_OPTIONS", array(
MYSQLI_OPT_CONNECT_TIMEOUT => 10
));
}

// Manage saltkey.txt file
Expand Down

0 comments on commit 9889a37

Please sign in to comment.