xref: /dokuwiki/conf/plugins.required.php (revision 16660d32b7c1e36a9940ee0ee9b692bf0dd1c313)
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;
82fb7abe3SPiyush Mishra$plugins['plugin']            = 1;
92fb7abe3SPiyush Mishra$plugins['config']            = 1;
102fb7abe3SPiyush Mishra$plugins['usermanager']       = 1;
11*16660d32SAndreas Gohr$plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either
12