aboutsummaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.default.php b/config.default.php
index 80c2f257c..af9f45511 100644
--- a/config.default.php
+++ b/config.default.php
@@ -42,8 +42,6 @@ return array(
# Force users to validate their email address. If `true`, an email with a
# validation URL is sent during registration, and users cannot access their
# feed if they didn’t access this URL.
- # Note: it is recommended to not enable it with PHP < 5.5 (emails cannot be
- # sent).
'force_email_validation' => false,
# Allow or not visitors without login to see the articles
@@ -173,7 +171,7 @@ return array(
],
- # Configuration to send emails. Be aware that PHP < 5.5 are not supported.
+ # Configuration to send emails.
# These options are basically a mapping of the PHPMailer class attributes
# from the PHPMailer library.
#