Commit: 0eca1908884c2ad0634d2eaf70866d42782bce9a Author: Hannes Magnusson <[email protected]> Mon, 16 Dec 2013 10:32:52 -0800 Parents: e4816274d082af6d6ed70f72988ed116926d5775 Branches: master
Link: http://git.php.net/?p=web/wiki.git;a=commitdiff;h=0eca1908884c2ad0634d2eaf70866d42782bce9a Log: Disable all these extra plugins Changed paths: M dokuwiki/conf/plugins.local.php Diff: diff --git a/dokuwiki/conf/plugins.local.php b/dokuwiki/conf/plugins.local.php old mode 100644 new mode 100755 index 00e8c10..e069b16 --- a/dokuwiki/conf/plugins.local.php +++ b/dokuwiki/conf/plugins.local.php @@ -6,3 +6,15 @@ * 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; + */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
