From b60f30ad1831d4a9da1124d032c6c2c788cd8f2a Mon Sep 17 00:00:00 2001 From: mrflos Date: Fri, 3 Feb 2023 22:20:02 +0300 Subject: [PATCH] feat(install) : url with https should be cliquable --- yeswiki-installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yeswiki-installer.php b/yeswiki-installer.php index 958bf5d..74994a1 100755 --- a/yeswiki-installer.php +++ b/yeswiki-installer.php @@ -84,7 +84,7 @@ if (0 == posix_getuid()) { copyYesWikiFiles($domain, $user, $dbUser); } $climate->shout( - 'The yeswiki was successfully installed on '.$domain.', congrats ! 🎉'."\n" + 'The yeswiki was successfully installed on https://'.$domain.', congrats ! 🎉'."\n" .' Unix user : '.$unixUser['user'].' with password : '.$unixUser['password'].' was created.'."\n" .'MySQL user : '.$dbUser['user'].' with password : '.$dbUser['password'].' was created for database '.$dbUser['database'].'.'."\n" );