projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38aaee5
)
fix unreplaced template vars when using legacy installer
author
demeritcowboy
<demeritcowboy@hotmail.com>
Fri, 22 Oct 2021 20:25:59 +0000
(16:25 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Fri, 22 Oct 2021 20:25:59 +0000
(16:25 -0400)
install/civicrm.php
patch
|
blob
|
blame
|
history
diff --git
a/install/civicrm.php
b/install/civicrm.php
index 2f895d550dbca9815901817b8adc2ba8faf9cdc8..5179735d0825615d07ff8e65da8f3be83e74de41 100644
(file)
--- a/
install/civicrm.php
+++ b/
install/civicrm.php
@@
-205,6
+205,10
@@
function civicrm_config(&$config) {
'dbPass' => addslashes($config['mysql']['password']),
'dbHost' => $config['mysql']['server'],
'dbName' => addslashes($config['mysql']['database']),
+ // These need to be filled manually when using the old installer if an
+ // SSL connection to MySQL is needed.
+ 'dbSSL' => '',
+ 'CMSdbSSL' => '',
);
$params['baseURL'] = $config['base_url'] ?? civicrm_cms_base();