3059 - Automatically set the documentation URLs

This commit is contained in:
bruno DA SILVA
2020-07-16 16:11:15 +02:00
parent 7ed1feff3e
commit 82ba53d40b
3 changed files with 20 additions and 2 deletions

View File

@@ -916,7 +916,7 @@ class SetupUtils
$oPage, $bIsItopInstall, $sDBServer, $sDBUser, $sDBPwd, $sDBName, $sDBPrefix, $bTlsEnabled, $sTlsCA,
$sNewDBName = ''
) {
$sWikiVersion = '2_7_0';
$sWikiVersion = utils::GetItopVersionWikiSyntax(); //eg : '2_7_0';
$sMysqlTlsWikiPageUrl = 'https://wiki.openitop.org/doku.php?id='.$sWikiVersion.':install:php_and_mysql_tls';
$oPage->add('<tr><td colspan="2">');