1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Update docs to mention .inc.php for roundcube

A recent patch updated the roundcube overrides to use .inc.php vs .inc,
as it's done in roundcube (and as suggested by roundcube plugin docs).

It corrected the overrides and fixed it's section in the faq, but missed
a section in the configuration docs that to the overrides. This fixes
that oversight.
This commit is contained in:
Danny Daemonic 2022-08-22 00:30:15 -07:00
parent 04a932bf66
commit ed5e8cce0e

View File

@ -332,7 +332,7 @@ If ``ROUNDCUBE_PLUGINS`` is not set the following plugins are enabled by default
To disable all plugins just set ``ROUNDCUBE_PLUGINS`` to ``mailu``.
To configure a plugin add php files named ``*.inc`` to roundcube's :ref:`override section <override-label>`.
To configure a plugin add php files named ``*.inc.php`` to roundcube's :ref:`override section <override-label>`.
Mail log settings
-----------------