Skip to content

Commit 9889a37

Browse files
3.0.0.19
Fix for #3327
1 parent b50064a commit 9889a37

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

install/upgrade_ajax.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,20 @@
825825
)
826826
);
827827
}
828+
// reload the file
829+
include '../includes/config/settings.php';
830+
831+
// ensure the new constant is set
832+
define("DB_SSL", array(
833+
"key" => "",
834+
"cert" => "",
835+
"ca_cert" => "",
836+
"ca_path" => "",
837+
"cipher" => ""
838+
));
839+
define("DB_CONNECT_OPTIONS", array(
840+
MYSQLI_OPT_CONNECT_TIMEOUT => 10
841+
));
828842
}
829843

830844
// Manage saltkey.txt file

0 commit comments

Comments
 (0)