From 2c6951b9cbb4b9e354af5e9ec1c689dc51b5f9ac Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 25 Sep 2015 12:59:27 -0400
Subject: [PATCH] Add hint about configuration

---
 config/defaults.inc.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 45d2c7b..6e441cd 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -686,8 +686,6 @@
 $config['quota_zero_as_unlimited'] = false;
 
 // Make use of the built-in spell checker. It is based on GoogieSpell.
-// Since Google only accepts connections over https your PHP installatation
-// requires to be compiled with Open SSL support
 $config['enable_spellcheck'] = true;
 
 // Enables spellchecker exceptions dictionary.

--
Gitblit v1.9.1