diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 1e1add2e9..b0ea1fb84 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -930,6 +930,9 @@ class SetupUtils $oPage, $bIsItopInstall, $sDBServer, $sDBUser, $sDBPwd, $sDBName, $sDBPrefix, $bTlsEnabled, $sTlsCA, $sNewDBName = '' ) { + $sWikiVersion = '2_7_0'; + $sMysqlTlsWikiPageUrl = 'https://wiki.openitop.org/doku.php?id='.$sWikiVersion.':install:php_and_mysql_tls'; + $oPage->add(''); $oPage->add('
Database Server Connection'); $oPage->add(''); @@ -946,7 +949,7 @@ class SetupUtils $sTlsCaDisabled = $bTlsEnabled ? '' : ' disabled'; $oPage->add(''); $oPage->add(''); - $oPage->add(''); + $oPage->add(''); $oPage->add(''); $oPage->add(''); $oPage->add('
Before configuring MySQL with TLS encryption, read the documentation on Combodo\'s Wiki
Before configuring MySQL with TLS encryption, read the documentation on Combodo\'s Wiki
SSL CA: