xref: /dokuwiki/conf/plugins.required.php (revision 5284857cb2f94bc347eb56c694d894283fc41703)
12fb7abe3SPiyush Mishra<?php
22fb7abe3SPiyush Mishra/**
32fb7abe3SPiyush Mishra * This file configures the enabled/disabled status of plugins, which are also protected
42fb7abe3SPiyush Mishra * from changes by the extention manager. These settings will override any local settings.
52fb7abe3SPiyush Mishra * It is not recommended to change this file, as it is overwritten on DokuWiki upgrades.
62fb7abe3SPiyush Mishra */
72fb7abe3SPiyush Mishra$plugins['acl']               = 1;
8*5284857cSAndreas Gohr$plugins['authplain']         = 1;
9168f0223SAndreas Gohr$plugins['extension']         = 1;
102fb7abe3SPiyush Mishra$plugins['config']            = 1;
112fb7abe3SPiyush Mishra$plugins['usermanager']       = 1;
1216660d32SAndreas Gohr$plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either
13