RoundCube - как включить сразу все плагины

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 14:39, 10 мая 2021; Admin iph (обсуждение | вклад) (Новая страница: «=== RoundCube - как включить сразу все плагины === Включить все конфиги Roundcube можно через конфиг...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск

RoundCube - как включить сразу все плагины

Включить все конфиги Roundcube можно через конфиг config/config.inc.php:

// PLUGINS
// ----------------------------------
// List of active plugins (in plugins/ directory)
$config['plugins'] = array('acl', 'additional_message_headers', 'archive', 'attachment_reminder', 'autologon', 'database_attachments', 'debug_logger', 'emoticons', 'enigma', 'example_addressbook', 'filesystem_attachments', 'help', 'hide_blockquote', 'http_authentication', 'identicon', 'identity_select', 'jqueryui', 'krb_authentication', 'managesieve', 'markasjunk', 'new_user_dialog', 'new_user_identity', 'newmail_notifier', 'password', 'redundant_attachments', 'show_additional_headers', 'squirrelmail_usercopy', 'subscriptions_option', 'userinfo', 'vcard_attachments', 'virtuser_file', 'virtuser_query', 'zipdownload');