feat(install) : url with https should be cliquable
This commit is contained in:
parent
b7e9ce60f7
commit
b60f30ad18
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if (0 == posix_getuid()) {
|
||||||
copyYesWikiFiles($domain, $user, $dbUser);
|
copyYesWikiFiles($domain, $user, $dbUser);
|
||||||
}
|
}
|
||||||
$climate->shout(
|
$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"
|
.' 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"
|
.'MySQL user : <bold>'.$dbUser['user'].'</bold> with password : <bold>'.$dbUser['password'].'</bold> was created for database <bold>'.$dbUser['database'].'</bold>.'."\n"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue