Files
php-web-wiki/dokuwiki/conf/plugins.local.php
2013-12-16 10:32:52 -08:00

21 lines
571 B
PHP
Executable File

<?php
/*
* Local plugin enable/disable settings
* Auto-generated through plugin/extension manager
*
* NOTE: Plugins will not be added to this file unless there is a need to override a default setting. Plugins are
* enabled by default, unless having a 'disabled' file in their plugin folder.
*/
/*
$plugins['authad'] = 0;
$plugins['authldap'] = 0;
$plugins['authmysql'] = 0;
$plugins['authpgsql'] = 0;
$plugins['authplain'] = 0;
$plugins['comment'] = 0;
$plugins['hcalendar'] = 0;
$plugins['include'] = 0;
$plugins['recaptcha'] = 0;
$plugins['vcard'] = 0;
*/