feat(install) : url with https should be cliquable

This commit is contained in:
mrflos 2023-02-03 22:20:02 +03:00
parent b7e9ce60f7
commit b60f30ad18

View file

@ -84,7 +84,7 @@ if (0 == posix_getuid()) {
copyYesWikiFiles($domain, $user, $dbUser);
}
$climate->shout(
'The yeswiki was successfully installed on <bold>'.$domain.'</bold>, congrats ! 🎉'."\n"
'The yeswiki was successfully installed on <bold>https://'.$domain.'</bold>, congrats ! 🎉'."\n"
.' Unix user : <bold>'.$unixUser['user'].'</bold> with password : <bold>'.$unixUser['password'].'</bold> was created.'."\n"
.'MySQL user : <bold>'.$dbUser['user'].'</bold> with password : <bold>'.$dbUser['password'].'</bold> was created for database <bold>'.$dbUser['database'].'</bold>.'."\n"
);