]> git.mxchange.org Git - friendica.git/commitdiff
more notes on Windows install
authorFriendika <info@friendika.com>
Wed, 22 Dec 2010 22:07:27 +0000 (14:07 -0800)
committerFriendika <info@friendika.com>
Wed, 22 Dec 2010 22:07:27 +0000 (14:07 -0800)
mod/install.php

index fa534fe12cb9866147fa44baa1e717548520a203..643f9a55ccb2b3c40d64d8fb8d946729770be45d 100644 (file)
@@ -151,9 +151,10 @@ function check_keys() {
 
        // Get private key
 
-       if(! $res)
-               $o .=  t('Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys') . EOL;
-
+       if(! $res) {
+               $o .= t('Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys') . EOL;
+               $o .= t('If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".') . EOL;
+       }
        return $o;
 
 }