diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-31 12:51:09 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-31 12:51:09 +0000 |
commit | d126d02c659327188e5bd50447506ad16a4875bb (patch) | |
tree | 1e7ad2ca42f48936ab0c2bd4eb36a0695b22033d /mod/setup.php | |
parent | c4e82772c04926696d0ca8d5a7e75476f77cb904 (diff) | |
parent | 56bbf583389eae33b138e81f1e5b3cc71ae41218 (diff) | |
download | volse-hubzilla-d126d02c659327188e5bd50447506ad16a4875bb.tar.gz volse-hubzilla-d126d02c659327188e5bd50447506ad16a4875bb.tar.bz2 volse-hubzilla-d126d02c659327188e5bd50447506ad16a4875bb.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-x | mod/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/setup.php b/mod/setup.php index ad5394335..a8f3a1f47 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -569,7 +569,7 @@ function check_htaccess(&$checks) { $help = t('SSL certificate cannot be validated. Fix certificate or disable https access to this site.') . EOL; $help .= t('If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!') . EOL; $help .= t('This restriction is incorporated because public posts from you may for example contain references to images on your own hub.') . EOL; - $help .= t('If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues.') . EOL; + $help .= t('If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues.') . EOL; $help .= t('This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement.') .EOL; $help .= t('Providers are available that issue free certificates which are browser-valid.'). EOL; |