aboutsummaryrefslogtreecommitdiffstats
path: root/mod/install.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-22 14:07:27 -0800
committerFriendika <info@friendika.com>2010-12-22 14:07:27 -0800
commiteb6cefaea334fe02e3a77643eb1fc31eaaab5a6e (patch)
tree59528183196690e0a28586241255734f11baf739 /mod/install.php
parentad86a5193e60a23d56abb98197538a7bd6431931 (diff)
downloadvolse-hubzilla-eb6cefaea334fe02e3a77643eb1fc31eaaab5a6e.tar.gz
volse-hubzilla-eb6cefaea334fe02e3a77643eb1fc31eaaab5a6e.tar.bz2
volse-hubzilla-eb6cefaea334fe02e3a77643eb1fc31eaaab5a6e.zip
more notes on Windows install
Diffstat (limited to 'mod/install.php')
-rw-r--r--mod/install.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/mod/install.php b/mod/install.php
index fa534fe12..643f9a55c 100644
--- a/mod/install.php
+++ b/mod/install.php
@@ -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;
}