Remove mcrypt mention in setup documentation

mcrypt is no longer mentioned in the 'require' section (removed in commit 692c555c3f), so this is confusing.

Signed-off-by: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
This commit is contained in:
Sebastiaan Lokhorst 2016-05-25 22:08:34 +02:00
parent de030c88ce
commit e7e17420f7

View File

@ -734,8 +734,8 @@ Cookie authentication mode
* If you want to allow users to enter any hostname to connect (rather than only
servers that are configured in :file:`config.inc.php`),
see the :config:option:`$cfg['AllowArbitraryServer']` directive.
* As mentioned in the :ref:`require` section, having the ``mcrypt`` or
``openssl`` extension will speed up access considerably, but is not required.
* As mentioned in the :ref:`require` section, having the ``openssl`` extension
will speed up access considerably, but is not required.
.. index:: pair: Signon; Authentication mode